summaryrefslogtreecommitdiff
path: root/framework/source/uifactory
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 19:05:49 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:48 +0300
commit951ed199f1a47c02dad3dc899b9804b4574a151d (patch)
treed8f82a3afa345351ce6a4a206424c6f2bd2aed46 /framework/source/uifactory
parentbe616c26f990d651c752be201e29e2b89ba17f2a (diff)
Kill superfluous vertical whitespace
Change-Id: Ia1bb2b40c74efb17e655dd6f00d7ba48c16c65ae
Diffstat (limited to 'framework/source/uifactory')
-rw-r--r--framework/source/uifactory/factoryconfiguration.cxx5
-rw-r--r--framework/source/uifactory/uielementfactorymanager.cxx2
2 files changed, 0 insertions, 7 deletions
diff --git a/framework/source/uifactory/factoryconfiguration.cxx b/framework/source/uifactory/factoryconfiguration.cxx
index 0b2c2b1be14d..6836b3a82477 100644
--- a/framework/source/uifactory/factoryconfiguration.cxx
+++ b/framework/source/uifactory/factoryconfiguration.cxx
@@ -32,7 +32,6 @@
#include <rtl/ustrbuf.hxx>
#include <cppuhelper/weak.hxx>
-
// Defines
using namespace com::sun::star;
@@ -41,10 +40,8 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::beans;
using namespace com::sun::star::container;
-
// Namespace
-
namespace framework
{
OUString getHashKeyFromStrings( const OUString& aCommandURL, const OUString& aModuleName )
@@ -55,7 +52,6 @@ OUString getHashKeyFromStrings( const OUString& aCommandURL, const OUString& aMo
return aKey.makeStringAndClear();
}
-
// XInterface, XTypeProvider
ConfigurationAccess_ControllerFactory::ConfigurationAccess_ControllerFactory( const Reference< XComponentContext >& rxContext, const OUString& _sRoot,bool _bAskValue ) :
@@ -117,7 +113,6 @@ OUString ConfigurationAccess_ControllerFactory::getValueFromCommandModule( const
return OUString();
}
-
void ConfigurationAccess_ControllerFactory::addServiceToCommandModule(
const OUString& rCommandURL,
const OUString& rModule,
diff --git a/framework/source/uifactory/uielementfactorymanager.cxx b/framework/source/uifactory/uielementfactorymanager.cxx
index 871bccae8325..0cc8e9689cd2 100644
--- a/framework/source/uifactory/uielementfactorymanager.cxx
+++ b/framework/source/uifactory/uielementfactorymanager.cxx
@@ -64,7 +64,6 @@ static OUString getHashKeyFromStrings( const OUString& aType, const OUString& aN
return aKey.makeStringAndClear();
}
-
ConfigurationAccess_FactoryManager::ConfigurationAccess_FactoryManager( const Reference< XComponentContext >& rxContext, const OUString& _sRoot ) :
m_aPropType( "Type" ),
m_aPropName( "Name" ),
@@ -136,7 +135,6 @@ void ConfigurationAccess_FactoryManager::addFactorySpecifierToTypeNameModule( co
m_aFactoryManagerMap.insert( FactoryManagerMap::value_type( aHashKey, rServiceSpecifier ));
}
-
void ConfigurationAccess_FactoryManager::removeFactorySpecifierFromTypeNameModule( const OUString& rType, const OUString& rName, const OUString& rModule )
{
// SAFE