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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/salhelper/singletonref.hxx b/include/salhelper/singletonref.hxx
index 7b2df10fa9f5..83bbf34ba6ac 100644
--- a/include/salhelper/singletonref.hxx
+++ b/include/salhelper/singletonref.hxx
@@ -185,7 +185,7 @@ class SingletonRef
};
template< class SingletonClass >
-SingletonClass* SingletonRef< SingletonClass >::m_pInstance = 0;
+SingletonClass* SingletonRef< SingletonClass >::m_pInstance = NULL;
template< class SingletonClass >
sal_Int32 SingletonRef< SingletonClass >::m_nRef = 0;