Kaydet (Commit) 12fe7624 authored tarafından Noel Grandin's avatar Noel Grandin

m_bStandardPushed is dead

Change-Id: Ibea072af1c6f6de968535807dadf89866123ba44
Reviewed-on: https://gerrit.libreoffice.org/53775Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 5cee9430
...@@ -245,7 +245,6 @@ private: ...@@ -245,7 +245,6 @@ private:
std::unique_ptr<SfxItemSet> m_pOutSet; std::unique_ptr<SfxItemSet> m_pOutSet;
std::unique_ptr< TabDlg_Impl > m_pImpl; std::unique_ptr< TabDlg_Impl > m_pImpl;
sal_uInt16* m_pRanges; sal_uInt16* m_pRanges;
bool m_bStandardPushed;
DECL_DLLPRIVATE_LINK(ActivatePageHdl, const OString&, void); DECL_DLLPRIVATE_LINK(ActivatePageHdl, const OString&, void);
DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool); DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool);
......
...@@ -1470,7 +1470,6 @@ SfxTabDialogController::SfxTabDialogController ...@@ -1470,7 +1470,6 @@ SfxTabDialogController::SfxTabDialogController
, m_pSet(pItemSet ? new SfxItemSet(*pItemSet) : nullptr) , m_pSet(pItemSet ? new SfxItemSet(*pItemSet) : nullptr)
, m_pOutSet(nullptr) , m_pOutSet(nullptr)
, m_pRanges(nullptr) , m_pRanges(nullptr)
, m_bStandardPushed(false)
, m_pExampleSet(nullptr) , m_pExampleSet(nullptr)
{ {
Init_Impl(bEditFmt); Init_Impl(bEditFmt);
...@@ -1889,8 +1888,6 @@ short SfxTabDialogController::Ok() ...@@ -1889,8 +1888,6 @@ short SfxTabDialogController::Ok()
if ( m_pOutSet && m_pOutSet->Count() > 0 ) if ( m_pOutSet && m_pOutSet->Count() > 0 )
bModified = true; bModified = true;
if (m_bStandardPushed)
bModified = true;
return bModified ? RET_OK : RET_CANCEL; return bModified ? RET_OK : RET_CANCEL;
} }
......
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