summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-23 13:54:56 +0200
committerNoel Grandin <noel@peralex.com>2015-11-24 08:05:01 +0200
commitc65b2347648fc2c0752b981896cc6c2c7b7020f9 (patch)
tree689d6be90d3b4c9c904893e78b974ca66e612a5a /sw/source/uibase/shells
parentc43ee8d54ad44e01d0bba404e719d2b03a73959e (diff)
loplugin:unusedfields in sw/
Change-Id: I975f35031b1833be376881d534dc6f91fae6072f
Diffstat (limited to 'sw/source/uibase/shells')
-rw-r--r--sw/source/uibase/shells/textsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textsh.cxx b/sw/source/uibase/shells/textsh.cxx
index c0d542ec8aa2..2ea08ce09815 100644
--- a/sw/source/uibase/shells/textsh.cxx
+++ b/sw/source/uibase/shells/textsh.cxx
@@ -925,7 +925,7 @@ void SwTextShell::ExecRotateTransliteration( SfxRequest & rReq )
}
SwTextShell::SwTextShell(SwView &_rView) :
- SwBaseShell(_rView), pPostItFieldMgr( nullptr )
+ SwBaseShell(_rView)
{
SetName("Text");
SetHelpId(SW_TEXTSHELL);