summaryrefslogtreecommitdiffstats
path: root/sc/inc/xmlwrap.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-14 21:32:32 -0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-02-15 04:58:41 +0000
commit5e2be6c88313b340122bf945185899390458bb3d (patch)
tree35b8a618ec5bbbc0b1a557a4116f22b0e7fab4dc /sc/inc/xmlwrap.hxx
parentcoverity#738935 Unitialized scalar field (diff)
downloadcore-5e2be6c88313b340122bf945185899390458bb3d.tar.gz
core-5e2be6c88313b340122bf945185899390458bb3d.zip
fdo#63154 Remove unused solar.h reference in sc
Change-Id: I160f7af515d0a42f20fbc694fff7f39567ebeec5 Reviewed-on: https://gerrit.libreoffice.org/8062 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc/xmlwrap.hxx')
-rw-r--r--sc/inc/xmlwrap.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/xmlwrap.hxx b/sc/inc/xmlwrap.hxx
index 978c3a9e1ed1..dda8cd275d8b 100644
--- a/sc/inc/xmlwrap.hxx
+++ b/sc/inc/xmlwrap.hxx
@@ -20,12 +20,11 @@
#ifndef SC_XMLWRAP_HXX
#define SC_XMLWRAP_HXX
-#include <tools/solar.h>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/frame/XModel.hpp>
-
#include <importfilterdata.hxx>
+#include <sal/types.h>
class ScDocument;
class SfxMedium;