diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-26 17:09:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-26 17:11:56 +0100 |
commit | 902276557566bbcbcef7e8de4d119196fdcfa345 (patch) | |
tree | 845f8be0300bada6b6e3515326d853648da3939e /include/svx/dlgctrl.hxx | |
parent | 6d21d95f2d24a4f1fd0be5e754953f6cf718e56a (diff) |
stash rather arbitrary widget sizes in one place
Change-Id: I26cc3185d6abbce516f7c7d9243962b873587859
Diffstat (limited to 'include/svx/dlgctrl.hxx')
-rw-r--r-- | include/svx/dlgctrl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 76f9d2c697c5..210a0e4d0fd5 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -110,6 +110,7 @@ public: virtual void StateChanged( StateChangedType nStateChange ); virtual void DataChanged( const DataChangedEvent& rDCEvt ); virtual void Resize(); + virtual Size GetOptimalSize() const; void Reset(); RECT_POINT GetActualRP() const; |