From 79247e9fa74c7b5472c5ee2bd98b27cef73788b1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 6 Apr 2014 18:58:39 +0300 Subject: Kill superfluous spacing before semicolons Change-Id: I2d8b430e1a6c23569eb0a67a2dcf8702cf7abc41 --- unotools/source/config/extendedsecurityoptions.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'unotools/source/config/extendedsecurityoptions.cxx') 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 -- cgit