summaryrefslogtreecommitdiff
path: root/include/salhelper/singletonref.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/salhelper/singletonref.hxx')
-rw-r--r--include/salhelper/singletonref.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index c1ea6faebbcd..7b2df10fa9f5 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -67,7 +67,7 @@ class SingletonRef
// member
- private :
+ private:
/** @short pointer to the internal wrapped singleton. */
static SingletonClass* m_pInstance;
@@ -78,7 +78,7 @@ class SingletonRef
// interface
- public :
+ public:
@@ -156,7 +156,7 @@ class SingletonRef
// helper
- private :
+ private: