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;
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: */
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