diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-18 01:00:54 -0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-01-20 21:32:27 +0000 |
commit | 9f7643754806d3f5817acd1409b66590241d8d6b (patch) | |
tree | ba9af2242e3b1337e362ad3823d2d4d1d5669a4e /xmloff/source/style | |
parent | 8c1f91c53bb83d55175507bc8bb5b25333d28b7c (diff) |
Removed unused solar.h reference
Change-Id: I1ff7d4bad068a8bc8cdc7f27dbfaee199d0f2e5f
Reviewed-on: https://gerrit.libreoffice.org/7513
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/DrawAspectHdl.cxx | 5 | ||||
-rw-r--r-- | xmloff/source/style/adjushdl.cxx | 1 | ||||
-rw-r--r-- | xmloff/source/style/weighhdl.cxx | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/xmloff/source/style/DrawAspectHdl.cxx b/xmloff/source/style/DrawAspectHdl.cxx index dbfea4bfa5fe..6b0fee7b2e87 100644 --- a/xmloff/source/style/DrawAspectHdl.cxx +++ b/xmloff/source/style/DrawAspectHdl.cxx @@ -20,13 +20,8 @@ #include "DrawAspectHdl.hxx" #include <com/sun/star/uno/Any.hxx> - #include <rtl/ustrbuf.hxx> - -#include <tools/solar.h> - #include <sax/tools/converter.hxx> - #include <xmloff/xmlement.hxx> #include <xmloff/xmltoken.hxx> diff --git a/xmloff/source/style/adjushdl.cxx b/xmloff/source/style/adjushdl.cxx index 7f431b4f8e80..f970b59e5998 100644 --- a/xmloff/source/style/adjushdl.cxx +++ b/xmloff/source/style/adjushdl.cxx @@ -18,7 +18,6 @@ */ #include <adjushdl.hxx> -#include <tools/solar.h> #include <xmloff/xmltoken.hxx> #include <xmloff/xmluconv.hxx> #include <rtl/ustrbuf.hxx> diff --git a/xmloff/source/style/weighhdl.cxx b/xmloff/source/style/weighhdl.cxx index d0a89a96ca56..a53caff50c75 100644 --- a/xmloff/source/style/weighhdl.cxx +++ b/xmloff/source/style/weighhdl.cxx @@ -23,7 +23,6 @@ #include <xmloff/xmltoken.hxx> #include <tools/fontenum.hxx> -#include <tools/solar.h> #include <limits.h> #include <rtl/ustrbuf.hxx> |