diff options
author | Eike Rathke <erack@redhat.com> | 2013-07-10 20:52:25 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-07-10 20:53:56 +0200 |
commit | 3bc422573b480476bdfa775bdcf259532f4e09c6 (patch) | |
tree | 0c7546816803fc8470a9423cf27c77b5b897fb4b /include/sfx2/sfxhelp.hxx | |
parent | d3a221df1a513642da16f1301db7734fc003a0c7 (diff) |
removed unused language/country string member variables
Change-Id: I7659dac1a3d17b4099f310fd7b6d17455bdda2eb
Diffstat (limited to 'include/sfx2/sfxhelp.hxx')
-rw-r--r-- | include/sfx2/sfxhelp.hxx | 2 |
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; |