summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/configflush.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:47:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 06:10:36 -0600
commitaeaded675c43ae8fdf795fd002f1bf6c2451fa2e (patch)
tree97490e78315e2ecf7c8e1cbe11159696b2f07b9f /filter/source/config/cache/configflush.hxx
parent2991d2d65bf8b99d82d1f7d209332d0c303dff21 (diff)
Remove visual noise from filter
Change-Id: Ieab1d12204bcf917b2e1bf74f3145fc96d7b207c Reviewed-on: https://gerrit.libreoffice.org/8261 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter/source/config/cache/configflush.hxx')
-rw-r--r--filter/source/config/cache/configflush.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/filter/source/config/cache/configflush.hxx b/filter/source/config/cache/configflush.hxx
index 6595a514bde4..1861098c7cd3 100644
--- a/filter/source/config/cache/configflush.hxx
+++ b/filter/source/config/cache/configflush.hxx
@@ -30,7 +30,7 @@ namespace filter{
namespace config{
-//_______________________________________________
+
/** @short supports registration of XRefreshListener
on the global filter configuration.
@@ -44,7 +44,7 @@ class ConfigFlush : public BaseLock
css::lang::XServiceInfo
>
{
- //-------------------------------------------
+
// member
protected:
@@ -56,30 +56,30 @@ class ConfigFlush : public BaseLock
/** @short holds all listener, which are registered at this instance. */
::cppu::OMultiTypeInterfaceContainerHelper m_lListener;
- //-------------------------------------------
+
// native interface
public:
- //---------------------------------------
+
// ctor/dtor
/** @short standard ctor.
*/
ConfigFlush(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
- //---------------------------------------
+
/** @short standard dtor.
*/
virtual ~ConfigFlush();
- //-------------------------------------------
+
// uno interface
public:
- //---------------------------------------
+
// XServiceInfo
virtual OUString SAL_CALL getImplementationName()
@@ -91,7 +91,7 @@ class ConfigFlush : public BaseLock
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
throw (css::uno::RuntimeException, std::exception);
- //---------------------------------------
+
// XRefreshable
virtual void SAL_CALL refresh()
@@ -103,7 +103,7 @@ class ConfigFlush : public BaseLock
virtual void SAL_CALL removeRefreshListener(const css::uno::Reference< css::util::XRefreshListener >& xListener)
throw(css::uno::RuntimeException, std::exception);
- //---------------------------------------
+
// interface to register/create this instance as an UNO service
static OUString impl_getImplementationName();
static css::uno::Sequence< OUString > impl_getSupportedServiceNames();