diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-06-13 23:40:05 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-06-21 11:18:03 +0400 |
commit | 5e0acb90224f4aa7a06db03fac56267de6b05bc6 (patch) | |
tree | b7434fea570bb6a74f2319e43c10f9fba9077908 /vcl/inc | |
parent | c66efa24eb4b12beaaabbddc88f7c5aef4faf6c5 (diff) |
so many code to just add a minimal border in the gallery
Change-Id: Id7349d1ff6547afe0f46404340b20132b97ce854
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/toolbox.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/vcl/toolbox.hxx b/vcl/inc/vcl/toolbox.hxx index 5d6eae3815b1..705abb6eff1d 100644 --- a/vcl/inc/vcl/toolbox.hxx +++ b/vcl/inc/vcl/toolbox.hxx @@ -193,8 +193,6 @@ private: long mnMaxItemWidth; // max item width long mnMaxItemHeight; // max item height (for standard items) long mnWinHeight; // max window height (for window items) - long mnBorderX; // custom border - long mnBorderY; long mnLeftBorder; // inner border long mnTopBorder; long mnRightBorder; @@ -516,10 +514,6 @@ public: void SetFloatingLines( sal_uInt16 nFloatLines ); sal_uInt16 GetFloatingLines() const; - void SetBorder( long nX, long nY ); - long GetBorderX() const { return mnBorderX; } - long GetBorderY() const { return mnBorderY; } - void SetStyle( WinBits nNewStyle ) { mnWinStyle = nNewStyle; } WinBits GetStyle() const { return mnWinStyle; } |