summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-16 09:42:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-16 13:59:31 +0100
commitb36e10d4e15fc83717a83d8fe5fd724f1ee0d102 (patch)
treee98b76325959d0fd959dc80292379a37c57eff43 /include
parent071f8b97ab92148058b714de25fce87fc1d88f3d (diff)
convert frame type page to .ui
Change-Id: Id2be1940652e0d26efe4fdb92b750039744632de
Diffstat (limited to 'include')
-rw-r--r--include/svx/swframeexample.hxx2
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; }