diff options
Diffstat (limited to 'svx/source/inc/cell.hxx')
-rw-r--r-- | svx/source/inc/cell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/cell.hxx b/svx/source/inc/cell.hxx index b7905acf7b70..47a1f0f8bc4a 100644 --- a/svx/source/inc/cell.hxx +++ b/svx/source/inc/cell.hxx @@ -55,7 +55,7 @@ class SVX_DLLPUBLIC Cell : public SdrText, friend class CellUndo; public: - SVX_DLLPRIVATE static rtl::Reference< Cell > create( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ); + SVX_DLLPRIVATE static rtl::Reference< Cell > create( SdrTableObj& rTableObj ); // private SVX_DLLPRIVATE void dispose(); |