diff options
author | August Sodora <augsod@gmail.com> | 2011-12-16 23:49:38 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-19 14:36:10 -0500 |
commit | db8ff2610aea96597f1a09ec81ae09a7c832d158 (patch) | |
tree | a4e43a3f315d5f7efb89073e89687fcb1f8ca576 /svtools/source/config/helpopt.cxx | |
parent | 4f766a2d84de3cc9fa872c251501df79f5081e22 (diff) |
callcatcher: Remove unused code
Diffstat (limited to 'svtools/source/config/helpopt.cxx')
-rw-r--r-- | svtools/source/config/helpopt.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svtools/source/config/helpopt.cxx b/svtools/source/config/helpopt.cxx index e5359dae23ec..6e1eb8bcff89 100644 --- a/svtools/source/config/helpopt.cxx +++ b/svtools/source/config/helpopt.cxx @@ -712,11 +712,6 @@ sal_Bool SvtHelpOptions::IsWelcomeScreen() const return pImp->IsWelcomeScreen(); } -String SvtHelpOptions::GetLocale() const -{ - return pImp->GetLocale(); -} - String SvtHelpOptions::GetSystem() const { return pImp->GetSystem(); |