summaryrefslogtreecommitdiff
path: root/sfx2/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r--sfx2/source/inc/templdgi.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx
index 8d20103b934c..0cf88b1e7077 100644
--- a/sfx2/source/inc/templdgi.hxx
+++ b/sfx2/source/inc/templdgi.hxx
@@ -114,6 +114,8 @@ protected:
public:
StyleTreeListBox_Impl( SfxCommonTemplateDialog_Impl* pParent, WinBits nWinStyle = 0);
+ void Recalc();
+
void SetDoubleClickHdl(const Link &rLink)
{
aDoubleClickLink = rLink;
@@ -145,6 +147,7 @@ public:
SfxActionListBox( SfxCommonTemplateDialog_Impl* pParent, WinBits nWinBits );
virtual PopupMenu* CreateContextMenu() SAL_OVERRIDE;
+ void Recalc();
};
class SfxCommonTemplateDialog_Impl : public SfxListener