diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 12:12:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-27 12:13:17 +0000 |
commit | 58dfc97ca697875c36b7ddf14f5505a93d7b9cf8 (patch) | |
tree | c2390d5ee2d4b9911e39f69e5701af9b2d135695 /cui/source/inc | |
parent | 953ab9e94d08cdca97ccd451b45593df602227c8 (diff) |
Resolves: fdo#74057 wordlist truncated on left
Change-Id: Ia6b8c02fc0d79fef974f5a0462856f05256c76f8
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/autocdlg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx index 58f7851153cb..943ad099167c 100644 --- a/cui/source/inc/autocdlg.hxx +++ b/cui/source/inc/autocdlg.hxx @@ -258,6 +258,7 @@ private: LanguageType eOldLanguage, LanguageType eNewLanguage); + void setTabs(); public: OfaAutocorrReplacePage( Window* pParent, const SfxItemSet& rSet ); ~OfaAutocorrReplacePage(); @@ -269,6 +270,7 @@ public: virtual void ActivatePage( const SfxItemSet& ); virtual int DeactivatePage( SfxItemSet* pSet = 0 ); virtual void Resize(); + virtual void StateChanged(StateChangedType nStateChange); void SetLanguage(LanguageType eSet); void DeleteEntry(OUString sShort, OUString sLong); |