summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-06-13 23:40:05 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-06-21 11:18:03 +0400
commit5e0acb90224f4aa7a06db03fac56267de6b05bc6 (patch)
treeb7434fea570bb6a74f2319e43c10f9fba9077908 /vcl/inc
parentc66efa24eb4b12beaaabbddc88f7c5aef4faf6c5 (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.hxx6
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; }