summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-25 14:45:38 +0200
committerNoel Grandin <noel@peralex.com>2015-11-26 13:26:25 +0200
commitabc6071b7a8af354a56c91e4caecd8afc79f55cc (patch)
treeff8b64d3763a6192f8c67e750e830d7f3a6b13bf /sw
parent7c2edb3a67cf2e156f2134dc8f56fb6aac3045e2 (diff)
loplugin:unusedfields various
Change-Id: I18f94269a1172cf195ee402384f7144610e1e82d
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/acccontext.hxx1
-rw-r--r--sw/source/uibase/config/cfgitems.cxx3
-rw-r--r--sw/source/uibase/inc/cfgitems.hxx2
-rw-r--r--sw/source/uibase/inc/drawbase.hxx3
-rw-r--r--sw/source/uibase/inc/navipi.hxx1
5 files changed, 2 insertions, 8 deletions
diff --git a/sw/source/core/access/acccontext.hxx b/sw/source/core/access/acccontext.hxx
index e703bf4e6c29..cecb010c53f8 100644
--- a/sw/source/core/access/acccontext.hxx
+++ b/sw/source/core/access/acccontext.hxx
@@ -59,7 +59,6 @@ class SwAccessibleContext :
friend class SwAccessibleSelectionHelper;
protected:
- mutable ::osl::Mutex m_ListenerMutex;
mutable ::osl::Mutex m_Mutex;
private:
diff --git a/sw/source/uibase/config/cfgitems.cxx b/sw/source/uibase/config/cfgitems.cxx
index 5852a6d694ca..98122681b35d 100644
--- a/sw/source/uibase/config/cfgitems.cxx
+++ b/sw/source/uibase/config/cfgitems.cxx
@@ -31,8 +31,7 @@
SwDocDisplayItem::SwDocDisplayItem( sal_uInt16 _nWhich ) :
- SfxPoolItem(_nWhich),
- aIndexBackgrndCol(COL_GRAY)
+ SfxPoolItem(_nWhich)
{
bParagraphEnd =
bTab =
diff --git a/sw/source/uibase/inc/cfgitems.hxx b/sw/source/uibase/inc/cfgitems.hxx
index 41be1655e2d0..8c336e8bbcfd 100644
--- a/sw/source/uibase/inc/cfgitems.hxx
+++ b/sw/source/uibase/inc/cfgitems.hxx
@@ -54,8 +54,6 @@ class SW_DLLPUBLIC SwDocDisplayItem : public SfxPoolItem
bool bManualBreak :1;
bool bShowHiddenPara :1;
- Color aIndexBackgrndCol;
-
public:
SwDocDisplayItem( sal_uInt16 nWhich = FN_PARAM_DOCDISP );
SwDocDisplayItem(
diff --git a/sw/source/uibase/inc/drawbase.hxx b/sw/source/uibase/inc/drawbase.hxx
index 42c3adada3d1..9ba4450c4a30 100644
--- a/sw/source/uibase/inc/drawbase.hxx
+++ b/sw/source/uibase/inc/drawbase.hxx
@@ -35,8 +35,7 @@ protected:
SwWrtShell* m_pSh;
VclPtr<SwEditWin> m_pWin;
Point m_aStartPos; // position of BeginCreate
- Point m_aMDPos; // position of MouseButtonDown
- sal_uInt16 m_nSlotId;
+ sal_uInt16 m_nSlotId;
bool m_bCreateObj :1;
bool m_bInsForm :1;
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx
index 761f495f7e70..f7153da1bef4 100644
--- a/sw/source/uibase/inc/navipi.hxx
+++ b/sw/source/uibase/inc/navipi.hxx
@@ -67,7 +67,6 @@ class SwNavigationPI : public vcl::Window,
OUString m_sContentFileName;
OUString m_aContextArr[3];
OUString m_aStatusArr[4];
- Point m_aBoxBottomLeft; // Pos when Box is at bottom
SfxObjectShellLock *m_pxObjectShell;
SwView *m_pContentView;