summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-16 15:34:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-16 15:34:44 +0000
commit9f444f51049c06b400af00df73004facb7ea6d32 (patch)
treeba451f765e6c1b6f9d888bca4fcfe64b7fdd0a97
parent6d7536ce4e6b51f499ccdd6aa0e749bda2d63d46 (diff)
drop unused global OUStrings
-rw-r--r--desktop/source/app/app.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 6231671f1b14..464f8cdd39f6 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -189,11 +189,6 @@ namespace desktop
static oslSignalHandler pSignalHandler = 0;
static sal_Bool _bCrashReporterEnabled = sal_True;
-static const ::rtl::OUString CFG_PACKAGE_COMMON_HELP ( RTL_CONSTASCII_USTRINGPARAM( "org.openoffice.Office.Common/Help"));
-static const ::rtl::OUString CFG_PATH_REG ( RTL_CONSTASCII_USTRINGPARAM( "Registration" ));
-static const ::rtl::OUString CFG_ENTRY_REGURL ( RTL_CONSTASCII_USTRINGPARAM( "URL" ));
-static const ::rtl::OUString CFG_ENTRY_TEMPLATEREGURL ( RTL_CONSTASCII_USTRINGPARAM( "TemplateURL" ));
-
// ----------------------------------------------------------------------------
ResMgr* Desktop::GetDesktopResManager()