summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-03 14:14:50 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-04 18:43:37 +0100
commit9765d0a73982b321654296ced4718e043cedfc47 (patch)
treed0300cb150de7eb0f6a827f1fca9fd36f6475a5d /oox
parent6967da019b69767a15116de101d33a16b95c8a44 (diff)
remove whitespace
Change-Id: I828e6556864de60443a07cc61294b964314c5901
Diffstat (limited to 'oox')
-rw-r--r--oox/source/helper/propertymap.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/oox/source/helper/propertymap.cxx b/oox/source/helper/propertymap.cxx
index cd84da0e4af5..7691a1229a95 100644
--- a/oox/source/helper/propertymap.cxx
+++ b/oox/source/helper/propertymap.cxx
@@ -82,8 +82,6 @@ using ::com::sun::star::drawing::TextVerticalAdjust;
namespace oox {
using ::com::sun::star::container::XIndexReplace;
-
-
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::drawing;
@@ -91,9 +89,6 @@ using namespace ::com::sun::star::uno;
using ::com::sun::star::drawing::TextHorizontalAdjust;
using ::com::sun::star::drawing::TextVerticalAdjust;
-
-
-
namespace {
typedef ::cppu::WeakImplHelper2< XPropertySet, XPropertySetInfo > GenericPropertySetBase;
@@ -127,8 +122,6 @@ private:
PropertyNameMap maPropMap;
};
-
-
GenericPropertySet::GenericPropertySet( const PropertyMap& rPropMap )
{
const PropertyNameVector& rPropNames = StaticPropertyNameVector::get();
@@ -196,8 +189,6 @@ sal_Bool SAL_CALL GenericPropertySet::hasPropertyByName( const OUString& rProper
} // namespace
-
-
PropertyMap::PropertyMap() :
mpPropNames( &StaticPropertyNameVector::get() ) // pointer instead reference to get compiler generated copy c'tor and operator=
{
@@ -869,8 +860,6 @@ void PropertyMap::dumpCode()
}
#endif
-
-
} // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */