diff options
Diffstat (limited to 'unotools/source/config/itemholder1.hxx')
-rw-r--r-- | unotools/source/config/itemholder1.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unotools/source/config/itemholder1.hxx b/unotools/source/config/itemholder1.hxx index 7858bbdb8215..f42ba8878dc7 100644 --- a/unotools/source/config/itemholder1.hxx +++ b/unotools/source/config/itemholder1.hxx @@ -33,7 +33,6 @@ class ItemHolder1 : private ItemHolderMutexBase TItems m_lItems; - // c++ interface public: @@ -41,14 +40,12 @@ class ItemHolder1 : private ItemHolderMutexBase virtual ~ItemHolder1(); static void holdConfigItem(EItem eItem); - // uno interface public: virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent) throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE; - // helper private: @@ -58,7 +55,6 @@ class ItemHolder1 : private ItemHolderMutexBase void impl_deleteItem(TItemInfo& rItem); }; - // namespaces #undef css |