summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/tabpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/tabpage.hxx')
-rw-r--r--vcl/inc/vcl/tabpage.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/vcl/tabpage.hxx b/vcl/inc/vcl/tabpage.hxx
index 088ef0472c08..417b17dc9faf 100644
--- a/vcl/inc/vcl/tabpage.hxx
+++ b/vcl/inc/vcl/tabpage.hxx
@@ -51,6 +51,8 @@ private:
public:
TabPage( Window* pParent, WinBits nStyle = 0 );
+ TabPage(Window *pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription);
+
TabPage( Window* pParent, const ResId& rResId );
virtual void Paint( const Rectangle& rRect );