summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-03 23:04:39 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-03 23:27:40 +0200
commit677b125ae3f14d823ebdddf04d22cf879a3cfd4f (patch)
tree0cce77e017a4ee4fa8809a107e083eaa499dbb0a /sfx2/source/appl/sfxhelp.cxx
parent4290f249be1642c63a958e3f7873b56f47ae5a5b (diff)
this variable was unused
Change-Id: I7ea23acbaebb02def5d7875bc07fb7c10b2af883
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 0517b65be3e9..4538ce425359 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -299,7 +299,6 @@ class SfxHelp_Impl
{
private:
SfxHelpOptions_Impl* m_pOpt; // the options
- ::std::vector< OUString > m_aModulesList; // list of all installed modules
public:
SfxHelp_Impl();