diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-02-11 22:19:45 -0200 |
---|---|---|
committer | Marcos Souza <marcos.souza.org@gmail.com> | 2014-02-12 07:23:09 +0000 |
commit | 064c628842161c88814ed175bf44c4eda5061f37 (patch) | |
tree | b39e6dfc185688c9556ca2d2d4b54e9cab2ef332 /include | |
parent | 237d2c923b77479dbdf07db7bd926c45b01b8fc8 (diff) |
fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..
Change-Id: Ic0187495d8f7f64ddf9d3c202ec41201c9ac3a8c
Reviewed-on: https://gerrit.libreoffice.org/8001
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drawinglayer/primitive2d/textlayoutdevice.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx index 22111878e8b6..4bb4bc2f1ea6 100644 --- a/include/drawinglayer/primitive2d/textlayoutdevice.hxx +++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx @@ -22,14 +22,12 @@ #include <drawinglayer/drawinglayerdllapi.h> -#include <tools/solar.h> #include <tools/poly.hxx> #include <basegfx/range/b2drange.hxx> #include <vector> #include <com/sun/star/lang/Locale.hpp> #include <basegfx/polygon/b2dpolypolygon.hxx> -////////////////////////////////////////////////////////////////////////////// // predefines class VirtualDevice; class Font; @@ -43,7 +41,6 @@ namespace drawinglayer { namespace attribute { class FontAttribute; }} -////////////////////////////////////////////////////////////////////////////// // access to one global impTimedRefDev incarnation in namespace drawinglayer::primitive namespace drawinglayer @@ -116,7 +113,6 @@ namespace drawinglayer } // end of namespace primitive2d } // end of namespace drawinglayer -////////////////////////////////////////////////////////////////////////////// // helper methods for vcl font handling namespace drawinglayer @@ -150,8 +146,6 @@ namespace drawinglayer } // end of namespace primitive2d } // end of namespace drawinglayer -////////////////////////////////////////////////////////////////////////////// - #endif //_DRAWINGLAYER_TEXTLAYOUTDEVICE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |