Kaydet (Commit) 33c3b601 authored tarafından Caolán McNamara's avatar Caolán McNamara

one last DBG_UTIL consumer of this in writer

Change-Id: I6074c3bc265d405688f1984ddeb37dc332c02b33
üst 41be45ec
...@@ -252,6 +252,7 @@ private: ...@@ -252,6 +252,7 @@ private:
protected: protected:
SfxTabPage( Window *pParent, const ResId &, const SfxItemSet &rAttrSet ); SfxTabPage( Window *pParent, const ResId &, const SfxItemSet &rAttrSet );
SfxTabPage(Window *pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription, const SfxItemSet &rAttrSet); SfxTabPage(Window *pParent, const rtl::OString& rID, const rtl::OUString& rUIXMLDescription, const SfxItemSet &rAttrSet);
SfxTabPage( Window *pParent, WinBits nStyle, const SfxItemSet &rAttrSet );
sal_uInt16 GetSlot( sal_uInt16 nWhich ) const sal_uInt16 GetSlot( sal_uInt16 nWhich ) const
{ return pSet->GetPool()->GetSlotId( nWhich ); } { return pSet->GetPool()->GetSlotId( nWhich ); }
......
...@@ -238,6 +238,15 @@ SfxTabPage::SfxTabPage(Window *pParent, const rtl::OString& rID, const rtl::OUSt ...@@ -238,6 +238,15 @@ SfxTabPage::SfxTabPage(Window *pParent, const rtl::OString& rID, const rtl::OUSt
{ {
} }
// -----------------------------------------------------------------------
SfxTabPage:: SfxTabPage( Window *pParent, WinBits nStyle, const SfxItemSet &rAttrSet ) :
TabPage(pParent, nStyle),
pSet ( &rAttrSet ),
bHasExchangeSupport ( sal_False ),
pTabDlg ( NULL ),
pImpl ( new TabPageImpl )
{
}
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
SfxTabPage::~SfxTabPage() SfxTabPage::~SfxTabPage()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment