summaryrefslogtreecommitdiff
path: root/include/vcl/toolbox.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-04 15:33:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-04 17:13:21 +0100
commit1a3c99f2c31dbc4dd6b3b5788ea0b49a34bea2c6 (patch)
treea2be3e4b33ed214e331b013983643fc8cd488cbf /include/vcl/toolbox.hxx
parent9f1be6c65210e600baee5c63480df58e8b8ce7b1 (diff)
callcatcher: update unusedcode
mostly changed due to loplugin:constantfunction Change-Id: Ib677c78db256f8032a99b3f02a3e363fee68ebcc
Diffstat (limited to 'include/vcl/toolbox.hxx')
-rw-r--r--include/vcl/toolbox.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index e2bb2b54bfdc..d723e6ee3ab1 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -378,9 +378,6 @@ public:
Rectangle GetItemRect( sal_uInt16 nItemId ) const;
Rectangle GetItemPosRect( sal_uInt16 nPos ) const;
- /// Returns size of the bitmap / text that is inside this toolbox item.
- Size GetItemContentSize( sal_uInt16 nItemId ) const;
-
/// Retrieves the optimal position to place a popup window for this item (subtoolbar or dropdown)
Point GetItemPopupPosition( sal_uInt16 nItemId, const Size& rSize ) const;