summaryrefslogtreecommitdiff
path: root/svtools/source/config/itemholder2.hxx
diff options
context:
space:
mode:
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: