diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-11-29 12:35:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-11-29 12:38:02 +0000 |
commit | 9a19ef1a041d708f64cc20364b99d929ed01c406 (patch) | |
tree | 8a9b058f320808f7a285b00c984baa41f95b98f1 /vcl | |
parent | fdbb10a0e3f1e36cc28ea5547e08e6ad4b5de526 (diff) |
make the options dialog layout incrementally convertable to .ui
it will now allocate the fixed reserved size for its tab pages to
layout-enabled tabpages
Change-Id: I5e56a09c5febc702d194f18954fd249bcd366dd9
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/tabpage.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/vcl/tabpage.hxx b/vcl/inc/vcl/tabpage.hxx index 67a346930d9b..1aa4b91a778b 100644 --- a/vcl/inc/vcl/tabpage.hxx +++ b/vcl/inc/vcl/tabpage.hxx @@ -38,8 +38,6 @@ private: SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); SAL_DLLPRIVATE void ImplInitSettings(); - bool isLayoutEnabled() const; - public: TabPage( Window* pParent, WinBits nStyle = 0 ); TabPage(Window *pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription); @@ -55,6 +53,8 @@ public: virtual void ActivatePage(); virtual void DeactivatePage(); + bool isLayoutEnabled() const; + //To-Do, consider inheriting from VclContainer virtual void SetPosSizePixel(const Point& rNewPos, const Size& rNewSize); virtual void SetPosPixel(const Point& rNewPos); |