diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-02-18 23:36:47 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-21 09:24:18 +0000 |
commit | 682ace7031b8bd0a8ee8d1ba10e95823755895ed (patch) | |
tree | 59dd7217484c9d32d2a182148a00ac8d6971dadb /include/editeng/editdata.hxx | |
parent | c6fd524295c0083c9a1e3f52a6abe6405cdc25a9 (diff) |
fdo#63154 Remove unused solar.h reference in editeng
Change-Id: I472cb0dcfcb2d36fab65041acb47bd75d22a7b3f
Reviewed-on: https://gerrit.libreoffice.org/8119
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/editeng/editdata.hxx')
-rw-r--r-- | include/editeng/editdata.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/editeng/editdata.hxx b/include/editeng/editdata.hxx index 5f59e5ddcf29..cf39557b9ae3 100644 --- a/include/editeng/editdata.hxx +++ b/include/editeng/editdata.hxx @@ -22,7 +22,6 @@ #define INCLUDED_EDITENG_EDITDATA_HXX #include <rtl/ustring.hxx> -#include <tools/solar.h> #include <editeng/editengdllapi.h> class SfxItemSet; @@ -210,8 +209,6 @@ struct EDITENG_DLLPUBLIC EFieldInfo EFieldInfo& operator= ( const EFieldInfo& ); }; -// ----------------------------------------------------------------------- - enum ImportState { RTFIMP_START, RTFIMP_END, // only pParser, nPara, nIndex RTFIMP_NEXTTOKEN, RTFIMP_UNKNOWNATTR, // nToken+nTokenValue |