summaryrefslogtreecommitdiffstats
path: root/include/sfx2/tabdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-21 17:12:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-21 20:11:08 +0100
commitc5639cd7d6e8b8966a19b83b68313db8f3ecd037 (patch)
tree0806971fafc9d136c81a5bf47c41ce5bdafb1af4 /include/sfx2/tabdlg.hxx
parentSwDBTreeList ResID ctor is unused now post .ui conversion (diff)
downloadcore-c5639cd7d6e8b8966a19b83b68313db8f3ecd037.tar.gz
core-c5639cd7d6e8b8966a19b83b68313db8f3ecd037.zip
make SfxTabPage::GetTabDialog always work
Change-Id: Ibdcfeed1ff340649cae0b868a1ee79450adc88f3
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r--include/sfx2/tabdlg.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx
index 1474ad9b078d..b13252856b43 100644
--- a/include/sfx2/tabdlg.hxx
+++ b/include/sfx2/tabdlg.hxx
@@ -249,10 +249,8 @@ private:
const SfxItemSet* pSet;
String aUserString;
sal_Bool bHasExchangeSupport;
- SfxTabDialog* pTabDlg;
TabPageImpl* pImpl;
- SAL_DLLPRIVATE void SetTabDialog( SfxTabDialog* pNew ) { pTabDlg = pNew; }
SAL_DLLPRIVATE void SetInputSet( const SfxItemSet* pNew ) { pSet = pNew; }
protected:
@@ -264,7 +262,7 @@ protected:
sal_uInt16 GetWhich( sal_uInt16 nSlot, sal_Bool bDeep = sal_True ) const
{ return pSet->GetPool()->GetWhich( nSlot, bDeep ); }
const SfxPoolItem* GetOldItem( const SfxItemSet& rSet, sal_uInt16 nSlot, sal_Bool bDeep = sal_True );
- SfxTabDialog* GetTabDialog() const { return pTabDlg; }
+ SfxTabDialog* GetTabDialog() const;
void AddItemConnection( sfx::ItemConnectionBase* pConnection );