diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-14 14:00:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-23 13:08:48 +0200 |
commit | 79ed057b955a8d23e8289b9a5898c8bdaebabbfa (patch) | |
tree | 0b512b13f7b59e12a44395ea50814fda15902f04 /include/svx/galtheme.hxx | |
parent | 12ba9e3cad05a665aee2150ef831f0dbc92d7e2d (diff) |
loplugin:staticmethods
Change-Id: I6207b475127099872c6f3764331006688129b673
Diffstat (limited to 'include/svx/galtheme.hxx')
-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 50f5d98416f9..bc06735e2802 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -138,7 +138,7 @@ public: SAL_DLLPRIVATE size_t GetObjectCount() const { return aObjectList.size(); } SgaObject* AcquireObject( size_t nPos ); - void ReleaseObject( SgaObject* pObj ); + static void ReleaseObject( SgaObject* pObj ); bool InsertObject( const SgaObject& rObj, sal_uIntPtr nPos = CONTAINER_APPEND ); bool RemoveObject( size_t nPos ); |