summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-22 16:42:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-22 16:42:25 +0100
commitbd54b1baef8d831f12e3f5fe6d78bc10a4ada555 (patch)
tree5a6b2318cad7821ae27b02e6edd65e431b19841b /framework
parent28a124c47d4be01c93803aa85266454a74d9f6ac (diff)
startup optimization, remove unused global strings
Diffstat (limited to 'framework')
-rw-r--r--framework/source/helper/titlehelper.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/framework/source/helper/titlehelper.cxx b/framework/source/helper/titlehelper.cxx
index 1c81a906e89d..bc29005b8cd0 100644
--- a/framework/source/helper/titlehelper.cxx
+++ b/framework/source/helper/titlehelper.cxx
@@ -57,12 +57,6 @@ namespace framework{
namespace css = ::com::sun::star;
-//_______________________________________________
-// definitions
-
-static const ::rtl::OUString ERRMSG_INVALID_COMPONENT_PARAM = ::rtl::OUString::createFromAscii("NULL as component reference not allowed.");
-static const ::rtl::OUString ERRMSG_INVALID_NUMBER_PARAM = ::rtl::OUString::createFromAscii("Special valkud INVALID_NUMBER not allowed as input parameter.");
-
//-----------------------------------------------
TitleHelper::TitleHelper(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR)
: ::cppu::BaseMutex ()