summaryrefslogtreecommitdiff
path: root/oox/source/dump/pptxdumper.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:22:57 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:11 +0200
commitca362d6348e4d0a29317492b3c8ef9637a656f4f (patch)
tree80e13761f3d287077dfb0620638fd0397087c9e4 /oox/source/dump/pptxdumper.cxx
parent37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (diff)
remove whitespaces
Change-Id: Ie14ba3dcb97f20479a04538748ef2c1c9e6c5dac
Diffstat (limited to 'oox/source/dump/pptxdumper.cxx')
-rw-r--r--oox/source/dump/pptxdumper.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/source/dump/pptxdumper.cxx b/oox/source/dump/pptxdumper.cxx
index 048fbac0be75..9df2a6b2bc69 100644
--- a/oox/source/dump/pptxdumper.cxx
+++ b/oox/source/dump/pptxdumper.cxx
@@ -30,16 +30,12 @@ namespace oox {
namespace dump {
namespace pptx {
-
-
using namespace ::com::sun::star::io;
//using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::uno;
using ::oox::core::FilterBase;
-
-
RootStorageObject::RootStorageObject( const DumperBase& rParent )
{
StorageObjectBase::construct( rParent );
@@ -105,8 +101,6 @@ void RootStorageObject::implDumpStream( const Reference< XInputStream >& rxStrm,
}
}
-
-
#define DUMP_PPTX_CONFIG_ENVVAR "OOO_PPTXDUMPER"
Dumper::Dumper( const FilterBase& rFilter )
@@ -130,8 +124,6 @@ void Dumper::implDump()
RootStorageObject( *this ).dump();
}
-
-
} // namespace pptx
} // namespace dump
} // namespace oox