diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-04-18 09:46:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-04-18 10:06:05 +0100 |
commit | ac1f7e13b03acbe7e98541731eb79c6be7e08c55 (patch) | |
tree | 2b5a37504c624b5e308ab5b5cb658b2a74d3e413 /cui/source/inc | |
parent | a8e1ed87ff7ccd24ccbcd74cc7689e0eda2fec36 (diff) |
make replace column list align with replace editbox
Change-Id: I23c813bde254c65ce3279784aa0650c879fdd992
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/autocdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx index 653c0756e6e1..d953ad2b2d19 100644 --- a/cui/source/inc/autocdlg.hxx +++ b/cui/source/inc/autocdlg.hxx @@ -277,6 +277,7 @@ public: virtual void Reset( const SfxItemSet& rSet ); virtual void ActivatePage( const SfxItemSet& ); virtual int DeactivatePage( SfxItemSet* pSet = 0 ); + virtual void Resize(); void SetLanguage(LanguageType eSet); void DeleteEntry(String sShort, String sLong); |