summaryrefslogtreecommitdiffstats
path: root/svx/source/unodraw/unodtabl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unodtabl.cxx')
-rw-r--r--svx/source/unodraw/unodtabl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx
index 77f0a6e8e67f..0fa393fc2ee6 100644
--- a/svx/source/unodraw/unodtabl.cxx
+++ b/svx/source/unodraw/unodtabl.cxx
@@ -80,7 +80,7 @@ uno::Type SAL_CALL SvxUnoDashTable::getElementType( )
/**
* Create a gradienttable
*/
-uno::Reference< uno::XInterface > SAL_CALL SvxUnoDashTable_createInstance( SdrModel* pModel )
+uno::Reference< uno::XInterface > SvxUnoDashTable_createInstance( SdrModel* pModel )
{
return *new SvxUnoDashTable(pModel);
}