diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:34:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 08:12:10 -0600 |
commit | c7c40687f6d1e0f155dde44d8803a2e957797c08 (patch) | |
tree | 20e6807f1ded95c85d3477f8951caa62f352e954 /sfx2/source/explorer | |
parent | ff0562fa4f7d8b7aceca16771d84db87d3f19756 (diff) |
Remove visual noise from sfx2
Change-Id: I0f556a386ce64d154b695c2a35f808c94b9f0b7a
Reviewed-on: https://gerrit.libreoffice.org/8310
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/explorer')
-rw-r--r-- | sfx2/source/explorer/nochaos.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sfx2/source/explorer/nochaos.cxx b/sfx2/source/explorer/nochaos.cxx index 58893f87b700..dbe9f0809354 100644 --- a/sfx2/source/explorer/nochaos.cxx +++ b/sfx2/source/explorer/nochaos.cxx @@ -26,9 +26,9 @@ #define WID_CHAOS_START 500 -//========================================================================= + // class CntStaticPoolDefaults_Impl -//========================================================================= + class CntItemPool; @@ -55,7 +55,7 @@ public: -//========================================================================= + class CntItemPool: public SfxItemPool { @@ -89,9 +89,9 @@ sal_uInt16 NoChaos::ReleaseItemPool() return CntItemPool::Release(); } -//========================================================================= + // CntItemPool implementation -//========================================================================= + static CntStaticPoolDefaults_Impl* pPoolDefs_Impl = NULL; @@ -159,9 +159,9 @@ sal_uInt16 CntItemPool::Release() return nRefs; } -//========================================================================= + // CntStaticPoolDefaults_Impl implementation. -//========================================================================= + inline void CntStaticPoolDefaults_Impl::Insert( SfxPoolItem* pItem, /* Static Pool Default Item */ |