diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-29 22:17:38 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 11:32:50 +0000 |
commit | 0d57871daaed1de47199e56e869f8a89350f80f3 (patch) | |
tree | 9e0c27ab306a2f400f97d53deec19083f798eff0 /include/svx/fmglob.hxx | |
parent | c97b226b5a5480caf00d1c859fc7bcbfddde3a6a (diff) |
fdo#63154 Removed unused solar.h ref. in svx
Change-Id: I1671746d6c433fa3b770eb58bc418e4eddbe8dd4
Reviewed-on: https://gerrit.libreoffice.org/7737
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/fmglob.hxx')
-rw-r--r-- | include/svx/fmglob.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/fmglob.hxx b/include/svx/fmglob.hxx index 88943f4c61ae..968a7c77e0c9 100644 --- a/include/svx/fmglob.hxx +++ b/include/svx/fmglob.hxx @@ -20,9 +20,8 @@ #ifndef INCLUDED_SVX_FMGLOB_HXX #define INCLUDED_SVX_FMGLOB_HXX -#include <tools/solar.h> -#include <svx/svdobj.hxx> #include <com/sun/star/form/FormComponentType.hpp> +#include <svx/svdobj.hxx> const sal_uInt32 FmFormInventor = sal_uInt32('F')*0x00000001+ sal_uInt32('M')*0x00000100+ |