diff options
author | Noel Power <noel.power@suse.com> | 2012-11-16 17:06:02 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-16 18:21:38 +0000 |
commit | 41c77ac5e814e8f0080468ca79fe7c2473402720 (patch) | |
tree | 262f587a0b1394850e390c6e6b68da764c613c8f /sc/source | |
parent | ec2e175384f89d183def1d53f33a6bb394278c87 (diff) |
targetted cleanup of misc. vba pieces.
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/inc/drawingfragment.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/oox/drawingfragment.cxx | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sc/source/filter/inc/drawingfragment.hxx b/sc/source/filter/inc/drawingfragment.hxx index e8b1ed7abeae..b34583a6a8c9 100644 --- a/sc/source/filter/inc/drawingfragment.hxx +++ b/sc/source/filter/inc/drawingfragment.hxx @@ -31,9 +31,9 @@ #include <com/sun/star/awt/Rectangle.hpp> #include <com/sun/star/awt/Size.hpp> -#include "oox/drawingml/shape.hxx" #include "oox/drawingml/shapegroupcontext.hxx" #include "oox/ole/axcontrol.hxx" +#include "oox/drawingml/shape.hxx" #include "oox/ole/vbaproject.hxx" #include "oox/vml/vmldrawing.hxx" #include "oox/vml/vmldrawingfragment.hxx" diff --git a/sc/source/filter/oox/drawingfragment.cxx b/sc/source/filter/oox/drawingfragment.cxx index afc0ca1ddad4..a65c224b6c9d 100644 --- a/sc/source/filter/oox/drawingfragment.cxx +++ b/sc/source/filter/oox/drawingfragment.cxx @@ -49,10 +49,6 @@ namespace oox { namespace xls { -using ::rtl::OUString; - -// ============================================================================ - using namespace ::com::sun::star::awt; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::container; |