diff options
-rw-r--r-- | include/sfx2/tabdlg.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index e4df01acbc9a..9317380174a3 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -245,7 +245,6 @@ private: std::unique_ptr<SfxItemSet> m_pOutSet; std::unique_ptr< TabDlg_Impl > m_pImpl; sal_uInt16* m_pRanges; - bool m_bStandardPushed; DECL_DLLPRIVATE_LINK(ActivatePageHdl, const OString&, void); DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool); diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 9e6e9155cd9a..ec2c9befddda 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -1470,7 +1470,6 @@ SfxTabDialogController::SfxTabDialogController , m_pSet(pItemSet ? new SfxItemSet(*pItemSet) : nullptr) , m_pOutSet(nullptr) , m_pRanges(nullptr) - , m_bStandardPushed(false) , m_pExampleSet(nullptr) { Init_Impl(bEditFmt); @@ -1889,8 +1888,6 @@ short SfxTabDialogController::Ok() if ( m_pOutSet && m_pOutSet->Count() > 0 ) bModified = true; - if (m_bStandardPushed) - bModified = true; return bModified ? RET_OK : RET_CANCEL; } |