summaryrefslogtreecommitdiff
path: root/oox/source/vml/vmldrawingfragment.cxx
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-11-08 13:47:01 +0100
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-11-08 13:47:01 +0100
commit6cafb68322fa85a54a6fa1ca47239af459f519ce (patch)
tree41d02f348e9dd2c6791347563d7f5b9205a3b458 /oox/source/vml/vmldrawingfragment.cxx
parent0b66e33ee50cd1c77bd9b1073ab298bac03bcfb7 (diff)
dr77: optimizations in generation of XML tokens, XML namespaces, property names; code cleanup
Diffstat (limited to 'oox/source/vml/vmldrawingfragment.cxx')
-rw-r--r--oox/source/vml/vmldrawingfragment.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/oox/source/vml/vmldrawingfragment.cxx b/oox/source/vml/vmldrawingfragment.cxx
index aaa4532e5328..dc5c82515691 100644
--- a/oox/source/vml/vmldrawingfragment.cxx
+++ b/oox/source/vml/vmldrawingfragment.cxx
@@ -38,10 +38,8 @@ namespace vml {
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::uno;
+using namespace ::oox::core;
-using ::oox::core::ContextHandlerRef;
-using ::oox::core::FragmentHandler2;
-using ::oox::core::XmlFilterBase;
using ::rtl::OUString;
// ============================================================================