diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-10 07:40:03 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-10 17:26:54 +0200 |
commit | 3e86d0b174ba08d62a9f9009ca4eeac24f7c1aa9 (patch) | |
tree | cb63ecdf1dd08ea76acd917bde3110a2192e031e /sc/source | |
parent | 8d374508953f237b51e70e5047d5457559740ab9 (diff) |
drop unneeded includes
Change-Id: I7c5a6ce78883cada11082d7fbe3e78cef3d6a5ae
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/vba/vbasheetobject.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/vba/vbasheetobjects.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbasheetobject.cxx b/sc/source/ui/vba/vbasheetobject.cxx index 74cc65fbed36..71f41de7bef2 100644 --- a/sc/source/ui/vba/vbasheetobject.cxx +++ b/sc/source/ui/vba/vbasheetobject.cxx @@ -38,7 +38,6 @@ #include <ooo/vba/excel/XlPlacement.hpp> #include <rtl/ustrbuf.hxx> #include <filter/msfilter/msvbahelper.hxx> -#include <oox/helper/helper.hxx> #include <svx/unoshape.hxx> #include "vbafont.hxx" #include "drwlayer.hxx" diff --git a/sc/source/ui/vba/vbasheetobjects.cxx b/sc/source/ui/vba/vbasheetobjects.cxx index cb05330f7bbc..e5e95148c874 100644 --- a/sc/source/ui/vba/vbasheetobjects.cxx +++ b/sc/source/ui/vba/vbasheetobjects.cxx @@ -39,7 +39,6 @@ #include <com/sun/star/form/XForm.hpp> #include <com/sun/star/form/XFormComponent.hpp> #include <com/sun/star/form/XFormsSupplier.hpp> -#include <oox/helper/helper.hxx> #include "vbasheetobject.hxx" using ::rtl::OUString; |