summaryrefslogtreecommitdiff
path: root/svtools/source/config/itemholder2.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:45:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 21:14:09 +0000
commitbee1cc83ec4b8a246017a823305fd5d20869bce3 (patch)
tree398868a95857150f59994c8b2ebbb04fbca12be8 /svtools/source/config/itemholder2.hxx
parent614e1a6cf8839344755ea8d5227561f75772aa2a (diff)
Remove visual noise from svtools
Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d Reviewed-on: https://gerrit.libreoffice.org/8320 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/config/itemholder2.hxx')
-rw-r--r--svtools/source/config/itemholder2.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/itemholder2.hxx b/svtools/source/config/itemholder2.hxx
index 9d39e189e308..3b8f1ecae66f 100644
--- a/svtools/source/config/itemholder2.hxx
+++ b/svtools/source/config/itemholder2.hxx
@@ -30,13 +30,13 @@ namespace svtools {
class ItemHolder2 : private ItemHolderMutexBase
, public ::cppu::WeakImplHelper1< css::lang::XEventListener >
{
- //...........................................
+
// member
private:
TItems m_lItems;
- //...........................................
+
// c++ interface
public:
@@ -44,14 +44,14 @@ class ItemHolder2 : private ItemHolderMutexBase
virtual ~ItemHolder2();
static void holdConfigItem(EItem eItem);
- //...........................................
+
// uno interface
public:
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
throw(css::uno::RuntimeException);
- //...........................................
+
// helper
private: