diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-03-08 09:23:53 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-08 13:42:32 +0000 |
commit | 4e0c6a0ac78d3c68922e032eec7f9c05cc39023a (patch) | |
tree | 625922e3f9afa276b0798ce0070d7db67cd4c295 /formula/inc | |
parent | 6df8417b98a74f58638b5fce7459c64f18ddedb4 (diff) |
Resolves: fdo#58630 crash with refEdit button in SfxTabDialog
Change-Id: I11d6a0f1d4852aab1fe08671fd9c2a0dac0825a7
Diffstat (limited to 'formula/inc')
-rw-r--r-- | formula/inc/formula/funcutl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/formula/inc/formula/funcutl.hxx b/formula/inc/formula/funcutl.hxx index 1dc10e88c062..b9e326786915 100644 --- a/formula/inc/formula/funcutl.hxx +++ b/formula/inc/formula/funcutl.hxx @@ -63,6 +63,8 @@ public: void SetRefDialog( IControlReferenceHandler* pDlg ); inline IControlReferenceHandler* GetRefDialog() { return pAnyRefDlg; } + Window* GetLabelWidgetForShrinkMode() { return m_pLabelWidget; } + void SetLabelWidgetForShrinkMode(Window *pLabel) { m_pLabelWidget = pLabel; } }; |