summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-03-11 16:17:13 +0100
committerMichael Stahl <mstahl@redhat.com>2015-03-11 16:50:01 +0100
commitdd5a1ca5e476fc9f24936cc227c83a9d1aeab056 (patch)
tree6d2d21ab72c614d6ddcd645f4643e237365ad918 /sw
parentutl::ConfigItem::Commit() should call ClearModified() (diff)
downloadcore-dd5a1ca5e476fc9f24936cc227c83a9d1aeab056.tar.gz
core-dd5a1ca5e476fc9f24936cc227c83a9d1aeab056.zip
sw: reindent usrpref.hxx
Change-Id: Id946fde82a294de3476fced34520a34c5a79a8ee
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/inc/usrpref.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/sw/source/uibase/inc/usrpref.hxx b/sw/source/uibase/inc/usrpref.hxx
index 1ab07b4fc3fe..1ae841dd097d 100644
--- a/sw/source/uibase/inc/usrpref.hxx
+++ b/sw/source/uibase/inc/usrpref.hxx
@@ -36,9 +36,9 @@ private:
virtual void ImplCommit() SAL_OVERRIDE;
- public:
- SwContentViewConfig(bool bWeb, SwMasterUsrPref& rParent);
- virtual ~SwContentViewConfig();
+public:
+ SwContentViewConfig(bool bWeb, SwMasterUsrPref& rParent);
+ virtual ~SwContentViewConfig();
// utl::ConfigItem
virtual void Notify( const com::sun::star::uno::Sequence< OUString > &rPropertyNames ) SAL_OVERRIDE;
@@ -57,9 +57,9 @@ private:
virtual void ImplCommit() SAL_OVERRIDE;
- public:
- SwLayoutViewConfig(bool bWeb, SwMasterUsrPref& rParent);
- virtual ~SwLayoutViewConfig();
+public:
+ SwLayoutViewConfig(bool bWeb, SwMasterUsrPref& rParent);
+ virtual ~SwLayoutViewConfig();
virtual void Notify( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames ) SAL_OVERRIDE;
void Load();
@@ -75,9 +75,9 @@ private:
virtual void ImplCommit() SAL_OVERRIDE;
- public:
- SwGridConfig(bool bWeb, SwMasterUsrPref& rParent);
- virtual ~SwGridConfig();
+public:
+ SwGridConfig(bool bWeb, SwMasterUsrPref& rParent);
+ virtual ~SwGridConfig();
virtual void Notify( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames ) SAL_OVERRIDE;
void Load();
@@ -93,9 +93,9 @@ private:
virtual void ImplCommit() SAL_OVERRIDE;
- public:
- SwCursorConfig(SwMasterUsrPref& rParent);
- virtual ~SwCursorConfig();
+public:
+ SwCursorConfig(SwMasterUsrPref& rParent);
+ virtual ~SwCursorConfig();
virtual void Notify( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames ) SAL_OVERRIDE;
void Load();
@@ -110,9 +110,9 @@ private:
virtual void ImplCommit() SAL_OVERRIDE;
- public:
- SwWebColorConfig(SwMasterUsrPref& rParent);
- virtual ~SwWebColorConfig();
+public:
+ SwWebColorConfig(SwMasterUsrPref& rParent);
+ virtual ~SwWebColorConfig();
virtual void Notify( const ::com::sun::star::uno::Sequence< OUString >& aPropertyNames ) SAL_OVERRIDE;
void Load();