summaryrefslogtreecommitdiff
path: root/include/vcl/svlbitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/svlbitm.hxx')
-rw-r--r--include/vcl/svlbitm.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/svlbitm.hxx b/include/vcl/svlbitm.hxx
index 854c4666d50e..cd8001614195 100644
--- a/include/vcl/svlbitm.hxx
+++ b/include/vcl/svlbitm.hxx
@@ -84,10 +84,11 @@ public:
// as buttons are not derived from LinkHdl
void CallLink();
- void StoreButtonState( SvTreeListEntry* pEntry );
+ void StoreButtonState(SvTreeListEntry* pActEntry, SvLBoxButton* pActBox);
static SvButtonState ConvertToButtonState( SvItemStateFlags nItemFlags );
SvTreeListEntry* GetActEntry() const;
+ SvLBoxButton* GetActBox() const;
void SetImage(SvBmp nIndex, const Image& aImage) { aBmps[static_cast<int>(nIndex)] = aImage; }
Image& GetImage(SvBmp nIndex) { return aBmps[static_cast<int>(nIndex)]; }