diff options
author | Noel Grandin <noel@peralex.com> | 2013-06-03 13:38:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-06-05 08:13:21 +0200 |
commit | dcbaf7c253031a8f7b568c57397c663edfa26e5b (patch) | |
tree | c0182e65a72cbb1c8941865765b48171be55bf89 /xmloff | |
parent | 9a49980efa3522eb89f66eb185c98009236ffa89 (diff) |
remove unused componentcontext.hxx includes
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/meta/xmlversion.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/xforms/xformsexport.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/xmloff/source/meta/xmlversion.cxx b/xmloff/source/meta/xmlversion.cxx index 815b47fcf542..abd5231a8d1d 100644 --- a/xmloff/source/meta/xmlversion.cxx +++ b/xmloff/source/meta/xmlversion.cxx @@ -24,7 +24,6 @@ #include <xmloff/xmlmetae.hxx> #include <xmloff/xmltoken.hxx> -#include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include <com/sun/star/io/XActiveDataSource.hpp> #include <com/sun/star/io/XOutputStream.hpp> diff --git a/xmloff/source/xforms/xformsexport.cxx b/xmloff/source/xforms/xformsexport.cxx index 170cdd1c025d..9f8ccabe5c77 100644 --- a/xmloff/source/xforms/xformsexport.cxx +++ b/xmloff/source/xforms/xformsexport.cxx @@ -31,7 +31,6 @@ #include <sax/tools/converter.hxx> -#include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include "tools/debug.hxx" |