summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/tabdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/dialog/tabdlg.cxx')
-rw-r--r--sfx2/source/dialog/tabdlg.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx
index 307e07ca53ba..5d883c7c2915 100644
--- a/sfx2/source/dialog/tabdlg.cxx
+++ b/sfx2/source/dialog/tabdlg.cxx
@@ -229,6 +229,17 @@ SfxTabPage::SfxTabPage( Window *pParent,
{
}
+
+
+SfxTabPage::SfxTabPage(Window *pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription, const SfxItemSet &rAttrSet)
+ : TabPage(pParent, rID, rUIXMLDescription)
+ , pSet ( &rAttrSet )
+ , bHasExchangeSupport ( sal_False )
+ , pTabDlg ( NULL )
+ , pImpl ( new TabPageImpl )
+{
+}
+
// -----------------------------------------------------------------------
SfxTabPage:: SfxTabPage( Window *pParent, WinBits nStyle, const SfxItemSet &rAttrSet ) :
TabPage(pParent, nStyle),