diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 11:25:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-11 17:11:12 +0200 |
commit | 84db94e97bf088cf442db5f97fefbe41fd45c1bb (patch) | |
tree | 061249ae846c064412204baf1d45b5a892ff0d2a /sw/source/ui/misc/glshell.cxx | |
parent | 6928f43c86d05b9229e24d6d199b3f139031d596 (diff) |
-Werror,-Wunused-private-field (various sw)
Change-Id: Ib2becb2af810da0fa3d24bd0aa21887d41e2f34c
Diffstat (limited to 'sw/source/ui/misc/glshell.cxx')
-rw-r--r-- | sw/source/ui/misc/glshell.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/misc/glshell.cxx b/sw/source/ui/misc/glshell.cxx index 29644eecefaf..592606650a35 100644 --- a/sw/source/ui/misc/glshell.cxx +++ b/sw/source/ui/misc/glshell.cxx @@ -138,7 +138,6 @@ sal_Bool lcl_Save( SwWrtShell& rSh, const String& rGroupName, SwGlosDocShell::SwGlosDocShell(sal_Bool bNewShow) : SwDocShell( (bNewShow) ? SFX_CREATE_MODE_STANDARD : SFX_CREATE_MODE_INTERNAL ) - , bShow ( bNewShow ) { SetHelpId(SW_GLOSDOCSHELL); } |