diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-29 20:12:12 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 10:48:40 +0000 |
commit | 25d089e09d94a86c615bf641d59846a65323e495 (patch) | |
tree | 2ab581076de8847273983b192851a42abafca538 /basic | |
parent | 5a7532b5ed3df5017b29964125f4609d45bdc647 (diff) |
fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.
Change-Id: I09cca73d8d77af259965e74e1b29a88aa5c315ab
Reviewed-on: https://gerrit.libreoffice.org/7731
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/inc/buffer.hxx | 2 | ||||
-rw-r--r-- | basic/source/inc/filefmt.hxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/basic/source/inc/buffer.hxx b/basic/source/inc/buffer.hxx index d210361d2a4d..839af8543821 100644 --- a/basic/source/inc/buffer.hxx +++ b/basic/source/inc/buffer.hxx @@ -19,8 +19,8 @@ #ifndef INCLUDED_BASIC_SOURCE_INC_BUFFER_HXX #define INCLUDED_BASIC_SOURCE_INC_BUFFER_HXX + #include <rtl/ustring.hxx> -#include <tools/solar.h> class SbiParser; diff --git a/basic/source/inc/filefmt.hxx b/basic/source/inc/filefmt.hxx index 2c3b2874ffe5..9b294a8c2028 100644 --- a/basic/source/inc/filefmt.hxx +++ b/basic/source/inc/filefmt.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_BASIC_SOURCE_INC_FILEFMT_HXX #define INCLUDED_BASIC_SOURCE_INC_FILEFMT_HXX -#include <tools/solar.h> - class SvStream; // Version 2: data type of the return value for publics |