diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/galtheme.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx index 44f85f19c6eb..c7c248d22344 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -126,7 +126,7 @@ public: bool InsertObject(const SgaObject& rObj, sal_uInt32 nPos = SAL_MAX_UINT32); void RemoveObject(sal_uInt32 nPos); - SAL_DLLPRIVATE bool ChangeObjectPos(sal_uInt32 nOldPos, sal_uInt32 nNewPos); + bool ChangeObjectPos(sal_uInt32 nOldPos, sal_uInt32 nNewPos); const OUString& GetName() const; |