diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-21 17:12:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-21 20:11:08 +0100 |
commit | c5639cd7d6e8b8966a19b83b68313db8f3ecd037 (patch) | |
tree | 0806971fafc9d136c81a5bf47c41ce5bdafb1af4 /include/sfx2/tabdlg.hxx | |
parent | efb3509855a9b3d6a9ee4f74f7c4b4320213b536 (diff) |
make SfxTabPage::GetTabDialog always work
Change-Id: Ibdcfeed1ff340649cae0b868a1ee79450adc88f3
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 4 |
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 ); |