summaryrefslogtreecommitdiff
path: root/framework/source/helper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:36:08 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:48 +0300
commitee3945bd98194010656fa9b3366e7471b9f160fd (patch)
tree105c8722e412ae47582aeeb506d6ef135ab7a974 /framework/source/helper
parent951ed199f1a47c02dad3dc899b9804b4574a151d (diff)
Kill superfluous spacing before semicolons
Change-Id: I53689e78221f3fe074e47d6b47f1a2c3fef96222
Diffstat (limited to 'framework/source/helper')
-rw-r--r--framework/source/helper/dockingareadefaultacceptor.cxx12
-rw-r--r--framework/source/helper/ocomponentaccess.cxx14
-rw-r--r--framework/source/helper/ocomponentenumeration.cxx18
-rw-r--r--framework/source/helper/oframes.cxx18
-rw-r--r--framework/source/helper/statusindicatorfactory.cxx2
-rw-r--r--framework/source/helper/tagwindowasmodified.cxx6
-rw-r--r--framework/source/helper/uiconfigelementwrapperbase.cxx6
-rw-r--r--framework/source/helper/uielementwrapperbase.cxx6
8 files changed, 41 insertions, 41 deletions
diff --git a/framework/source/helper/dockingareadefaultacceptor.cxx b/framework/source/helper/dockingareadefaultacceptor.cxx
index 33c79a8492f8..3199b12011cf 100644
--- a/framework/source/helper/dockingareadefaultacceptor.cxx
+++ b/framework/source/helper/dockingareadefaultacceptor.cxx
@@ -27,12 +27,12 @@
namespace framework{
-using namespace ::com::sun::star::container ;
-using namespace ::com::sun::star::frame ;
-using namespace ::com::sun::star::lang ;
-using namespace ::com::sun::star::uno ;
-using namespace ::cppu ;
-using namespace ::osl ;
+using namespace ::com::sun::star::container;
+using namespace ::com::sun::star::frame;
+using namespace ::com::sun::star::lang;
+using namespace ::com::sun::star::uno;
+using namespace ::cppu;
+using namespace ::osl;
// constructor
diff --git a/framework/source/helper/ocomponentaccess.cxx b/framework/source/helper/ocomponentaccess.cxx
index 63238bc90416..c1acf844d02f 100644
--- a/framework/source/helper/ocomponentaccess.cxx
+++ b/framework/source/helper/ocomponentaccess.cxx
@@ -26,13 +26,13 @@
namespace framework{
-using namespace ::com::sun::star::container ;
-using namespace ::com::sun::star::frame ;
-using namespace ::com::sun::star::lang ;
-using namespace ::com::sun::star::uno ;
-using namespace ::cppu ;
-using namespace ::osl ;
-using namespace ::rtl ;
+using namespace ::com::sun::star::container;
+using namespace ::com::sun::star::frame;
+using namespace ::com::sun::star::lang;
+using namespace ::com::sun::star::uno;
+using namespace ::cppu;
+using namespace ::osl;
+using namespace ::rtl;
// constructor
diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx
index 650228013e61..e92c06593868 100644
--- a/framework/source/helper/ocomponentenumeration.cxx
+++ b/framework/source/helper/ocomponentenumeration.cxx
@@ -23,12 +23,12 @@
namespace framework{
-using namespace ::com::sun::star::container ;
-using namespace ::com::sun::star::lang ;
-using namespace ::com::sun::star::uno ;
-using namespace ::cppu ;
-using namespace ::osl ;
-using namespace ::rtl ;
+using namespace ::com::sun::star::container;
+using namespace ::com::sun::star::lang;
+using namespace ::com::sun::star::uno;
+using namespace ::cppu;
+using namespace ::osl;
+using namespace ::rtl;
// constructor
@@ -116,7 +116,7 @@ void OComponentEnumeration::impl_resetObject()
// But a position of 0 in a list of 0 items is an invalid state. This constellation can't work in future.
// End of enumeration is arrived!
// (see hasMoreElements() for more details...)
- m_nPosition = 0 ;
+ m_nPosition = 0;
}
// debug methods
@@ -141,10 +141,10 @@ sal_Bool OComponentEnumeration::impldbg_checkParameter_OComponentEnumerationCtor
( &seqComponents == NULL )
)
{
- bOK = sal_False ;
+ bOK = sal_False;
}
// Return result of check.
- return bOK ;
+ return bOK;
}
sal_Bool OComponentEnumeration::impldbg_checkParameter_disposing( const EventObject& aEvent )
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index c1ca703da3aa..8234a5a17962 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -26,13 +26,13 @@
namespace framework{
-using namespace ::com::sun::star::container ;
-using namespace ::com::sun::star::frame ;
-using namespace ::com::sun::star::lang ;
-using namespace ::com::sun::star::uno ;
-using namespace ::cppu ;
-using namespace ::osl ;
-using namespace ::std ;
+using namespace ::com::sun::star::container;
+using namespace ::com::sun::star::frame;
+using namespace ::com::sun::star::lang;
+using namespace ::com::sun::star::uno;
+using namespace ::cppu;
+using namespace ::osl;
+using namespace ::std;
// constructor
@@ -389,10 +389,10 @@ sal_Bool OFrames::impldbg_checkParameter_queryFrames( sal_Int32 nSearchFlags )
( !( nSearchFlags & FrameSearchFlag::GLOBAL ) )
)
{
- bOK = sal_False ;
+ bOK = sal_False;
}
// Return result of check.
- return bOK ;
+ return bOK;
}
} // namespace framework
diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx
index 5f138561e8d8..101039e1be29 100644
--- a/framework/source/helper/statusindicatorfactory.cxx
+++ b/framework/source/helper/statusindicatorfactory.cxx
@@ -349,7 +349,7 @@ void StatusIndicatorFactory::implts_makeParentVisibleIfAllowed()
if (xFrame.is())
{
css::uno::Reference< css::frame::XController > xController;
- css::uno::Reference< css::frame::XModel > xModel ;
+ css::uno::Reference< css::frame::XModel > xModel;
xController = xFrame->getController();
if (xController.is())
xModel = xController->getModel();
diff --git a/framework/source/helper/tagwindowasmodified.cxx b/framework/source/helper/tagwindowasmodified.cxx
index 6ebaa567357c..69802119989e 100644
--- a/framework/source/helper/tagwindowasmodified.cxx
+++ b/framework/source/helper/tagwindowasmodified.cxx
@@ -60,7 +60,7 @@ void SAL_CALL TagWindowAsModified::initialize(const css::uno::Sequence< css::uno
{
SolarMutexGuard g;
- m_xFrame = xFrame ;
+ m_xFrame = xFrame;
}
xFrame->addFrameActionListener(this);
@@ -161,7 +161,7 @@ void TagWindowAsModified::impl_update (const css::uno::Reference< css::frame::XF
css::uno::Reference< css::awt::XWindow > xWindow = xFrame->getContainerWindow ();
css::uno::Reference< css::frame::XController > xController = xFrame->getController ();
- css::uno::Reference< css::frame::XModel > xModel ;
+ css::uno::Reference< css::frame::XModel > xModel;
if (xController.is ())
xModel = xController->getModel ();
@@ -176,7 +176,7 @@ void TagWindowAsModified::impl_update (const css::uno::Reference< css::frame::XF
// Note: frame was set as member outside ! we have to refresh connections
// regarding window and model only here.
m_xWindow = xWindow;
- m_xModel = xModel ;
+ m_xModel = xModel;
}
css::uno::Reference< css::util::XModifyBroadcaster > xModifiable(xModel, css::uno::UNO_QUERY);
diff --git a/framework/source/helper/uiconfigelementwrapperbase.cxx b/framework/source/helper/uiconfigelementwrapperbase.cxx
index bf3a8c86093a..e93535c41e08 100644
--- a/framework/source/helper/uiconfigelementwrapperbase.cxx
+++ b/framework/source/helper/uiconfigelementwrapperbase.cxx
@@ -246,7 +246,7 @@ sal_Bool SAL_CALL UIConfigElementWrapperBase::convertFastPropertyValue( Any&
}
// Return state of operation.
- return bReturn ;
+ return bReturn;
}
void SAL_CALL UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle ,
@@ -383,7 +383,7 @@ void SAL_CALL UIConfigElementWrapperBase::getFastPropertyValue( com::sun::star::
if( pInfoHelper == NULL )
{
// Ready for multithreading
- osl::MutexGuard aGuard( osl::Mutex::getGlobalMutex() ) ;
+ osl::MutexGuard aGuard( osl::Mutex::getGlobalMutex() );
// Control this pointer again, another instance can be faster then these!
if( pInfoHelper == NULL )
@@ -409,7 +409,7 @@ com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > SAL_CA
if( pInfo == NULL )
{
// Ready for multithreading
- osl::MutexGuard aGuard( osl::Mutex::getGlobalMutex() ) ;
+ osl::MutexGuard aGuard( osl::Mutex::getGlobalMutex() );
// Control this pointer again, another instance can be faster then these!
if( pInfo == NULL )
{
diff --git a/framework/source/helper/uielementwrapperbase.cxx b/framework/source/helper/uielementwrapperbase.cxx
index c376635f41c8..90c150a861f7 100644
--- a/framework/source/helper/uielementwrapperbase.cxx
+++ b/framework/source/helper/uielementwrapperbase.cxx
@@ -141,7 +141,7 @@ sal_Bool SAL_CALL UIElementWrapperBase::convertFastPropertyValue( Any& /*a
{
// Initialize state with sal_False !!!
// (Handle can be invalid)
- return sal_False ;
+ return sal_False;
}
void SAL_CALL UIElementWrapperBase::setFastPropertyValue_NoBroadcast( sal_Int32 /*nHandle*/ ,
@@ -177,7 +177,7 @@ void SAL_CALL UIElementWrapperBase::getFastPropertyValue( com::sun::star::uno::A
if( pInfoHelper == NULL )
{
// Ready for multithreading
- osl::MutexGuard aGuard( osl::Mutex::getGlobalMutex() ) ;
+ osl::MutexGuard aGuard( osl::Mutex::getGlobalMutex() );
// Control this pointer again, another instance can be faster then these!
if( pInfoHelper == NULL )
@@ -203,7 +203,7 @@ com::sun::star::uno::Reference< com::sun::star::beans::XPropertySetInfo > SAL_CA
if( pInfo == NULL )
{
// Ready for multithreading
- osl::MutexGuard aGuard( osl::Mutex::getGlobalMutex() ) ;
+ osl::MutexGuard aGuard( osl::Mutex::getGlobalMutex() );
// Control this pointer again, another instance can be faster then these!
if( pInfo == NULL )
{