Kaydet (Commit) bd54b1ba authored tarafından Caolán McNamara's avatar Caolán McNamara

startup optimization, remove unused global strings

üst 28a124c4
...@@ -57,12 +57,6 @@ namespace framework{ ...@@ -57,12 +57,6 @@ namespace framework{
namespace css = ::com::sun::star; 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) TitleHelper::TitleHelper(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR)
: ::cppu::BaseMutex () : ::cppu::BaseMutex ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment