summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unottabl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unottabl.cxx')
-rw-r--r--svx/source/unodraw/unottabl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unottabl.cxx b/svx/source/unodraw/unottabl.cxx
index 149487f44f79..3cc9843e2599 100644
--- a/svx/source/unodraw/unottabl.cxx
+++ b/svx/source/unodraw/unottabl.cxx
@@ -79,7 +79,7 @@ uno::Type SAL_CALL SvxUnoTransGradientTable::getElementType( )
/**
* Create a hatchtable
*/
-uno::Reference< uno::XInterface > SAL_CALL SvxUnoTransGradientTable_createInstance( SdrModel* pModel )
+uno::Reference< uno::XInterface > SvxUnoTransGradientTable_createInstance( SdrModel* pModel )
{
return *new SvxUnoTransGradientTable(pModel);
}