diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-16 09:42:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-16 13:59:31 +0100 |
commit | b36e10d4e15fc83717a83d8fe5fd724f1ee0d102 (patch) | |
tree | e98b76325959d0fd959dc80292379a37c57eff43 /include | |
parent | 071f8b97ab92148058b714de25fce87fc1d88f3d (diff) |
convert frame type page to .ui
Change-Id: Id2be1940652e0d26efe4fdb92b750039744632de
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/swframeexample.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/swframeexample.hxx b/include/svx/swframeexample.hxx index 0f08f1506943..4023ce75bf3b 100644 --- a/include/svx/swframeexample.hxx +++ b/include/svx/swframeexample.hxx @@ -68,11 +68,13 @@ class SVX_DLLPUBLIC SvxSwFrameExample : public Window void DrawRect_Impl(const Rectangle &rRect, const Color &rFillColor, const Color &rLineColor); virtual void Paint(const Rectangle&); + virtual Size GetOptimalSize() const; protected: virtual void DataChanged( const DataChangedEvent& rDCEvt ); public: SvxSwFrameExample(Window* pParent, const ResId& rResID); + SvxSwFrameExample(Window* pParent, WinBits nStyle); ~SvxSwFrameExample(); inline void SetWrap(sal_uInt16 nW) { nWrap = nW; } |