summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/frmdlg.hxx3
-rw-r--r--sw/source/uibase/inc/inputwin.hxx1
-rw-r--r--sw/source/uibase/inc/label.hxx3
-rw-r--r--sw/source/uibase/inc/mmconfigitem.hxx10
4 files changed, 0 insertions, 17 deletions
diff --git a/sw/source/uibase/inc/frmdlg.hxx b/sw/source/uibase/inc/frmdlg.hxx
index b31931dd8877..e31abe7afcf0 100644
--- a/sw/source/uibase/inc/frmdlg.hxx
+++ b/sw/source/uibase/inc/frmdlg.hxx
@@ -37,9 +37,6 @@ class SwFrameDlg : public SfxTabDialog
sal_uInt16 m_nStdId;
sal_uInt16 m_nAddId;
sal_uInt16 m_nWrapId;
- sal_uInt16 m_nUrlId;
- sal_uInt16 m_nPictureId;
- sal_uInt16 m_nCropId;
sal_uInt16 m_nColumnId;
//sal_uInt16 m_nBackgroundId;
sal_uInt16 m_nAreaId;
diff --git a/sw/source/uibase/inc/inputwin.hxx b/sw/source/uibase/inc/inputwin.hxx
index c83301f2ba1f..047078799b0f 100644
--- a/sw/source/uibase/inc/inputwin.hxx
+++ b/sw/source/uibase/inc/inputwin.hxx
@@ -55,7 +55,6 @@ friend class InputEdit;
OUString aAktTableName, sOldFormula;
bool bFirst : 1; // initialisations at first call
- bool bActive : 1; // for hide/show when switching documents
bool bIsTable : 1;
bool bDelSel : 1;
bool m_bDoesUndo : 1;
diff --git a/sw/source/uibase/inc/label.hxx b/sw/source/uibase/inc/label.hxx
index dc1ddbae1f83..055deac52ccf 100644
--- a/sw/source/uibase/inc/label.hxx
+++ b/sw/source/uibase/inc/label.hxx
@@ -42,12 +42,9 @@ class SwLabDlg : public SfxTabDialog
OUString aLstGroup;
OUString m_sBusinessCardDlg;
bool m_bLabel;
- sal_uInt16 m_nFormatId;
sal_uInt16 m_nOptionsId;
sal_uInt16 m_nLabelId;
sal_uInt16 m_nCardsId;
- sal_uInt16 m_nBusinessId;
- sal_uInt16 m_nPrivateId;
void ReplaceGroup_( const OUString &rMake );
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) override;
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)