Kaydet (Commit) 9765d0a7 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

remove whitespace

Change-Id: I828e6556864de60443a07cc61294b964314c5901
üst 6967da01
...@@ -82,8 +82,6 @@ using ::com::sun::star::drawing::TextVerticalAdjust; ...@@ -82,8 +82,6 @@ using ::com::sun::star::drawing::TextVerticalAdjust;
namespace oox { namespace oox {
using ::com::sun::star::container::XIndexReplace; using ::com::sun::star::container::XIndexReplace;
using namespace ::com::sun::star::beans; using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::drawing; using namespace ::com::sun::star::drawing;
...@@ -91,9 +89,6 @@ using namespace ::com::sun::star::uno; ...@@ -91,9 +89,6 @@ using namespace ::com::sun::star::uno;
using ::com::sun::star::drawing::TextHorizontalAdjust; using ::com::sun::star::drawing::TextHorizontalAdjust;
using ::com::sun::star::drawing::TextVerticalAdjust; using ::com::sun::star::drawing::TextVerticalAdjust;
namespace { namespace {
typedef ::cppu::WeakImplHelper2< XPropertySet, XPropertySetInfo > GenericPropertySetBase; typedef ::cppu::WeakImplHelper2< XPropertySet, XPropertySetInfo > GenericPropertySetBase;
...@@ -127,8 +122,6 @@ private: ...@@ -127,8 +122,6 @@ private:
PropertyNameMap maPropMap; PropertyNameMap maPropMap;
}; };
GenericPropertySet::GenericPropertySet( const PropertyMap& rPropMap ) GenericPropertySet::GenericPropertySet( const PropertyMap& rPropMap )
{ {
const PropertyNameVector& rPropNames = StaticPropertyNameVector::get(); const PropertyNameVector& rPropNames = StaticPropertyNameVector::get();
...@@ -196,8 +189,6 @@ sal_Bool SAL_CALL GenericPropertySet::hasPropertyByName( const OUString& rProper ...@@ -196,8 +189,6 @@ sal_Bool SAL_CALL GenericPropertySet::hasPropertyByName( const OUString& rProper
} // namespace } // namespace
PropertyMap::PropertyMap() : PropertyMap::PropertyMap() :
mpPropNames( &StaticPropertyNameVector::get() ) // pointer instead reference to get compiler generated copy c'tor and operator= mpPropNames( &StaticPropertyNameVector::get() ) // pointer instead reference to get compiler generated copy c'tor and operator=
{ {
...@@ -869,8 +860,6 @@ void PropertyMap::dumpCode() ...@@ -869,8 +860,6 @@ void PropertyMap::dumpCode()
} }
#endif #endif
} // namespace oox } // namespace oox
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment