summaryrefslogtreecommitdiffstats
path: root/include/sfx2/sfxhelp.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-07-10 20:52:25 +0200
committerEike Rathke <erack@redhat.com>2013-07-10 20:53:56 +0200
commit3bc422573b480476bdfa775bdcf259532f4e09c6 (patch)
tree0c7546816803fc8470a9423cf27c77b5b897fb4b /include/sfx2/sfxhelp.hxx
parentFix error: reference to 'ErrorCondition' is ambiguous (diff)
downloadcore-3bc422573b480476bdfa775bdcf259532f4e09c6.tar.gz
core-3bc422573b480476bdfa775bdcf259532f4e09c6.zip
removed unused language/country string member variables
Change-Id: I7659dac1a3d17b4099f310fd7b6d17455bdda2eb
Diffstat (limited to 'include/sfx2/sfxhelp.hxx')
-rw-r--r--include/sfx2/sfxhelp.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx
index 217f802ccaa7..b92bc9dd66ab 100644
--- a/include/sfx2/sfxhelp.hxx
+++ b/include/sfx2/sfxhelp.hxx
@@ -31,8 +31,6 @@ class SFX2_DLLPUBLIC SfxHelp : public Help
{
OUString aTicket; // for Plugins
OUString aUser;
- OUString aLanguageStr;
- OUString aCountryStr;
sal_Bool bIsDebug;
SfxHelp_Impl* pImp;