diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-30 11:32:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-30 15:47:20 +0100 |
commit | e8dff0479e568c6d8de517782ac22ba987f81da1 (patch) | |
tree | 8a17620f3805dee71c36600d9dc408f75215aa7d | |
parent | ea7de7b2d3dc62b2ae73c2184398b227f8a85890 (diff) |
SetFloatingLines is now unused
Change-Id: I867633d7d19dd03b8bd2771f1eaac897ef97b5bc
-rw-r--r-- | include/vcl/toolbox.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index 408964f3a739..cc3704c77946 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -442,7 +442,6 @@ public: // computes the smallest useful size when docked, ie with the first item visible only (+drag area and menu button) Size CalcMinimumWindowSizePixel() const; - void SetFloatingLines( sal_uInt16 nFloatLines ); sal_uInt16 GetFloatingLines() const; void SetStyle( WinBits nNewStyle ); @@ -536,12 +535,6 @@ inline Size ToolBox::CalcWindowSizePixel() const return CalcWindowSizePixel( mnLines ); } - -inline void ToolBox::SetFloatingLines( sal_uInt16 nNewLines ) -{ - mnFloatLines = nNewLines; -} - inline sal_uInt16 ToolBox::GetFloatingLines() const { return mnFloatLines; |