summaryrefslogtreecommitdiffstats
path: root/unotools/source/ucbhelper/xtempfile.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/ucbhelper/xtempfile.cxx
parentKill superfluous vertical whitespace (diff)
downloadcore-79247e9fa74c7b5472c5ee2bd98b27cef73788b1.tar.gz
core-79247e9fa74c7b5472c5ee2bd98b27cef73788b1.zip
Kill superfluous spacing before semicolons
Change-Id: I2d8b430e1a6c23569eb0a67a2dcf8702cf7abc41
Diffstat (limited to 'unotools/source/ucbhelper/xtempfile.cxx')
-rw-r--r--unotools/source/ucbhelper/xtempfile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/ucbhelper/xtempfile.cxx b/unotools/source/ucbhelper/xtempfile.cxx
index a40d6b0213b9..4d4f4faed467 100644
--- a/unotools/source/ucbhelper/xtempfile.cxx
+++ b/unotools/source/ucbhelper/xtempfile.cxx
@@ -55,7 +55,7 @@ throw ( css::uno::RuntimeException, std::exception )
{
css::uno::Any aResult( OTempFileBase::queryInterface( aType ) );
if (!aResult.hasValue())
- aResult = cppu::PropertySetMixin< css::io::XTempFile >::queryInterface( aType ) ;
+ aResult = cppu::PropertySetMixin< css::io::XTempFile >::queryInterface( aType );
return aResult;
};
void SAL_CALL OTempFileService::acquire( )
@@ -77,7 +77,7 @@ throw ( css::uno::RuntimeException, std::exception )
static ::cppu::OTypeCollection* pTypeCollection = NULL;
if ( pTypeCollection == NULL )
{
- ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() ) ;
+ ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
if ( pTypeCollection == NULL )
{