diff options
Diffstat (limited to 'sw/source/uibase/inc/mmconfigitem.hxx')
-rw-r--r-- | sw/source/uibase/inc/mmconfigitem.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/uibase/inc/mmconfigitem.hxx b/sw/source/uibase/inc/mmconfigitem.hxx index b16f280141ef..84b78faa9323 100644 --- a/sw/source/uibase/inc/mmconfigitem.hxx +++ b/sw/source/uibase/inc/mmconfigitem.hxx @@ -54,16 +54,12 @@ class SW_DLLPUBLIC SwMailMergeConfigItem std::unique_ptr<SwMailMergeConfigItem_Impl> m_pImpl; //session information - not stored in configuration bool m_bAddressInserted; - bool m_bMergeDone; bool m_bGreetingInserted; sal_Int32 m_nGreetingMoves; OUString m_rAddressBlockFrame; std::set<sal_Int32> m_aExcludedRecords; css::uno::Reference<css::view::XSelectionChangeListener> m_xDBChangedListener; - sal_uInt16 m_nStartPrint; - sal_uInt16 m_nEndPrint; - OUString m_sSelectedPrinter; SwView* m_pSourceView; @@ -226,9 +222,6 @@ public: void MoveGreeting( sal_Int32 nMove) { m_nGreetingMoves += nMove;} sal_Int32 GetGreetingMoves() const { return m_nGreetingMoves;} - void SetMergeDone( ) - { m_bMergeDone = true; } - // new source document - reset some flags void DocumentReloaded(); @@ -240,9 +233,6 @@ public: SwDocMergeInfo& GetDocumentMergeInfo(sal_uInt32 nDocument); sal_uInt32 GetMergedDocumentCount(); - void SetPrintRange( sal_uInt16 nStartDocument, sal_uInt16 nEndDocument) - { m_nStartPrint = nStartDocument; m_nEndPrint = nEndDocument; } - const OUString& GetSelectedPrinter() const { return m_sSelectedPrinter; } void SetSelectedPrinter(const OUString& rSet) |