diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 18:54:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 19:37:47 +0300 |
commit | 88bea0a5a8b1e5c1fb601f4e4ba61ba7bce38a3a (patch) | |
tree | 3efd83cf3c67f727f473b73da69e30963f08dc0f /unotools/source/config/itemholder1.hxx | |
parent | dcb88d170b6ced0ee805b787c1e9be820ff90d25 (diff) |
Kill superfluous vertical whitespace
Change-Id: I949ba575951998d36cb4d38746f2182633046b3b
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 |