diff options
Diffstat (limited to 'sc/inc/afmtuno.hxx')
-rw-r--r-- | sc/inc/afmtuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/afmtuno.hxx b/sc/inc/afmtuno.hxx index ca2b53205460..7c38d97f57f9 100644 --- a/sc/inc/afmtuno.hxx +++ b/sc/inc/afmtuno.hxx @@ -51,8 +51,8 @@ class ScAutoFormatsObj : public ::cppu::WeakImplHelper4< ::com::sun::star::lang::XServiceInfo > { private: - ScAutoFormatObj* GetObjectByIndex_Impl(sal_uInt16 nIndex); - ScAutoFormatObj* GetObjectByName_Impl(const OUString& aName); + static ScAutoFormatObj* GetObjectByIndex_Impl(sal_uInt16 nIndex); + static ScAutoFormatObj* GetObjectByName_Impl(const OUString& aName); public: ScAutoFormatsObj(); |