diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:55:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:55:04 +0000 |
commit | 0059e3ee8749099a6a8e80038e83437ef655c646 (patch) | |
tree | 979b909cb7d0888853f588f260047f0cdb44ede9 /oox/source/vml | |
parent | 7dad01ec87e5e5618a4057b1c27ca4f571e2426a (diff) |
INTEGRATION: CWS xmlfilter03_DEV300 (1.2.4); FILE MERGED
2008/02/05 14:10:57 dr 1.2.4.1: oox::core::ContextHandler2 and oox::core::FragmentHandler2 for convenience
Diffstat (limited to 'oox/source/vml')
-rw-r--r-- | oox/source/vml/vmldrawing.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/oox/source/vml/vmldrawing.cxx b/oox/source/vml/vmldrawing.cxx index 482c8756b417..f21e9b0738a4 100644 --- a/oox/source/vml/vmldrawing.cxx +++ b/oox/source/vml/vmldrawing.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vmldrawing.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2008-01-17 08:06:07 $ + * last change: $Author: kz $ $Date: 2008-03-05 18:55:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,8 +37,6 @@ #include "oox/core/namespaces.hxx" #include "tokens.hxx" -using namespace ::oox::core; - namespace oox { namespace vml { Drawing::Drawing() |