diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-29 23:15:33 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 11:25:42 +0000 |
commit | 17394c18c821b6ac6d11b059335ac0c6580d36c1 (patch) | |
tree | a7b12f3e841332a075f29ad9dc56630e1264f8ab /vcl/inc/brdwin.hxx | |
parent | 8d1ca883b119857daa3b8d0ece9da90917589040 (diff) |
fdo#63154 Removed unused solar.h ref. in vcl
Change-Id: Ibbc80b09a288494baae4e5ebee4428a6a80a904a
Reviewed-on: https://gerrit.libreoffice.org/7738
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r-- | vcl/inc/brdwin.hxx | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx index 71b67b66ee40..051200458349 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -20,15 +20,10 @@ #ifndef INCLUDED_VCL_INC_BRDWIN_HXX #define INCLUDED_VCL_INC_BRDWIN_HXX -#include <tools/solar.h> #include <vcl/window.hxx> class ImplBorderWindowView; -// -------------------------- -// - ImplBorderWindow-Types - -// -------------------------- - #define BORDERWINDOW_STYLE_OVERLAP ((sal_uInt16)0x0001) #define BORDERWINDOW_STYLE_BORDER ((sal_uInt16)0x0002) #define BORDERWINDOW_STYLE_FLOAT ((sal_uInt16)0x0004) @@ -79,10 +74,6 @@ class ImplBorderWindowView; #define BORDERWINDOW_TITLE_POPUP ((sal_uInt16)0x0008) #define BORDERWINDOW_TITLE_NONE ((sal_uInt16)0x0010) -// -------------------- -// - ImplBorderWindow - -// -------------------- - class ImplBorderWindow : public Window { friend class Window; @@ -181,12 +172,6 @@ public: virtual Size GetOptimalSize() const; }; -// ======================================================================= - -// ----------------------- -// - ImplBorderFrameData - -// ----------------------- - struct ImplBorderFrameData { ImplBorderWindow* mpBorderWindow; @@ -228,12 +213,6 @@ struct ImplBorderFrameData sal_Bool mbTitleClipped; }; -// ======================================================================= - -// ------------------------ -// - ImplBorderWindowView - -// ------------------------ - class ImplBorderWindowView { public: @@ -260,12 +239,6 @@ public: long ImplCalcTitleWidth( const ImplBorderFrameData* pData ) const; }; -// ======================================================================= - -// -------------------------- -// - ImplNoBorderWindowView - -// -------------------------- - class ImplNoBorderWindowView : public ImplBorderWindowView { public: @@ -278,13 +251,6 @@ public: virtual void DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev, const Point* pOffset ); }; - -// ======================================================================= - -// ----------------------------- -// - ImplSmallBorderWindowView - -// ----------------------------- - class ImplSmallBorderWindowView : public ImplBorderWindowView { ImplBorderWindow* mpBorderWindow; @@ -307,14 +273,6 @@ public: virtual void DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev, const Point* pOffset ); }; - -// ======================================================================= - -// --------------------------- -// - ImplStdBorderWindowView - -// --------------------------- - - class ImplStdBorderWindowView : public ImplBorderWindowView { ImplBorderFrameData maFrameData; @@ -338,7 +296,6 @@ public: virtual void DrawWindow( sal_uInt16 nDrawFlags, OutputDevice* pOutDev, const Point* pOffset ); }; - #endif // INCLUDED_VCL_INC_BRDWIN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |