summaryrefslogtreecommitdiff
path: root/oox/source/vml/vmlshapecontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/vml/vmlshapecontainer.cxx')
-rw-r--r--oox/source/vml/vmlshapecontainer.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/source/vml/vmlshapecontainer.cxx b/oox/source/vml/vmlshapecontainer.cxx
index 74f7c23061ac..76daf625eeac 100644
--- a/oox/source/vml/vmlshapecontainer.cxx
+++ b/oox/source/vml/vmlshapecontainer.cxx
@@ -25,14 +25,10 @@
namespace oox {
namespace vml {
-
-
using namespace ::com::sun::star::awt;
using namespace ::com::sun::star::drawing;
using namespace ::com::sun::star::uno;
-
-
namespace {
template< typename ShapeType >
@@ -52,8 +48,6 @@ void lclMapShapesById( RefMap< OUString, ShapeType >& orMap, const RefVector< Sh
} // namespace
-
-
ShapeContainer::ShapeContainer( Drawing& rDrawing ) :
mrDrawing( rDrawing )
{
@@ -135,8 +129,6 @@ void ShapeContainer::convertAndInsert( const Reference< XShapes >& rxShapes, con
(*aIt)->convertAndInsert( rxShapes, pParentAnchor );
}
-
-
} // namespace vml
} // namespace oox