summaryrefslogtreecommitdiff
path: root/unotools/source/config/extendedsecurityoptions.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 18:58:39 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:47 +0300
commit79247e9fa74c7b5472c5ee2bd98b27cef73788b1 (patch)
treecc4b835966d8749351514bf3fe2c2334c14532cc /unotools/source/config/extendedsecurityoptions.cxx
parent88bea0a5a8b1e5c1fb601f4e4ba61ba7bce38a3a (diff)
Kill superfluous spacing before semicolons
Change-Id: I2d8b430e1a6c23569eb0a67a2dcf8702cf7abc41
Diffstat (limited to 'unotools/source/config/extendedsecurityoptions.cxx')
-rw-r--r--unotools/source/config/extendedsecurityoptions.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/unotools/source/config/extendedsecurityoptions.cxx b/unotools/source/config/extendedsecurityoptions.cxx
index ead33f8ee8b4..35d091fedd82 100644
--- a/unotools/source/config/extendedsecurityoptions.cxx
+++ b/unotools/source/config/extendedsecurityoptions.cxx
@@ -31,10 +31,10 @@
#include "itemholder1.hxx"
-using namespace ::utl ;
-using namespace ::rtl ;
-using namespace ::osl ;
-using namespace ::com::sun::star::uno ;
+using namespace ::utl;
+using namespace ::rtl;
+using namespace ::osl;
+using namespace ::com::sun::star::uno;
#define ROOTNODE_SECURITY OUString("Office.Security")
@@ -286,8 +286,8 @@ Sequence< OUString > SvtExtendedSecurityOptions_Impl::GetPropertyNames()
// DON'T DO IT IN YOUR HEADER!
// see definition for further information
-SvtExtendedSecurityOptions_Impl* SvtExtendedSecurityOptions::m_pDataContainer = NULL ;
-sal_Int32 SvtExtendedSecurityOptions::m_nRefCount = 0 ;
+SvtExtendedSecurityOptions_Impl* SvtExtendedSecurityOptions::m_pDataContainer = NULL;
+sal_Int32 SvtExtendedSecurityOptions::m_nRefCount = 0;
// constructor