diff options
Diffstat (limited to 'svx/source/unodraw/unohtabl.cxx')
-rw-r--r-- | svx/source/unodraw/unohtabl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unohtabl.cxx b/svx/source/unodraw/unohtabl.cxx index e596d2233bd7..ec056461db0f 100644 --- a/svx/source/unodraw/unohtabl.cxx +++ b/svx/source/unodraw/unohtabl.cxx @@ -77,7 +77,7 @@ uno::Type SAL_CALL SvxUnoHatchTable::getElementType( ) /** * Create a hatchtable */ -uno::Reference< uno::XInterface > SAL_CALL SvxUnoHatchTable_createInstance( SdrModel* pModel ) +uno::Reference< uno::XInterface > SvxUnoHatchTable_createInstance( SdrModel* pModel ) { return *new SvxUnoHatchTable(pModel); } |