summaryrefslogtreecommitdiff
path: root/unotools/source/config/itemholder1.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:46:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 03:50:41 -0600
commitd722353b4ba363c452fc86be0fa20cad440c4a47 (patch)
treed8d91e763f2b89f6a2694b2d8529d80f0bc86d8d /unotools/source/config/itemholder1.hxx
parent003342bfef0812454618f860a6e171c282d92d78 (diff)
Remove visual noise from unotools
Change-Id: I1285c4e47ad381934adc3aea6671e7c95d820c39 Reviewed-on: https://gerrit.libreoffice.org/8334 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'unotools/source/config/itemholder1.hxx')
-rw-r--r--unotools/source/config/itemholder1.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/unotools/source/config/itemholder1.hxx b/unotools/source/config/itemholder1.hxx
index c2922f740409..c5c41ede523a 100644
--- a/unotools/source/config/itemholder1.hxx
+++ b/unotools/source/config/itemholder1.hxx
@@ -27,13 +27,13 @@
class ItemHolder1 : private ItemHolderMutexBase
, public ::cppu::WeakImplHelper1< css::lang::XEventListener >
{
- //...........................................
+
// member
private:
TItems m_lItems;
- //...........................................
+
// c++ interface
public:
@@ -41,14 +41,14 @@ 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);
- //...........................................
+
// helper
private:
@@ -58,7 +58,7 @@ class ItemHolder1 : private ItemHolderMutexBase
void impl_deleteItem(TItemInfo& rItem);
};
-//-----------------------------------------------
+
// namespaces
#undef css