From b2022330c01ae2080f4c2bc01be430b0b6faf9d8 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 16 May 2012 23:27:08 +0900 Subject: removed unused constant rtl::OUString Change-Id: I173275e0f8faa852500d108f65636080f79636c6 --- svtools/source/uno/statusbarcontroller.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'svtools') diff --git a/svtools/source/uno/statusbarcontroller.cxx b/svtools/source/uno/statusbarcontroller.cxx index 2cb1d9c55a78..34f72eba446b 100644 --- a/svtools/source/uno/statusbarcontroller.cxx +++ b/svtools/source/uno/statusbarcontroller.cxx @@ -133,12 +133,6 @@ void SAL_CALL StatusbarController::release() throw () void SAL_CALL StatusbarController::initialize( const Sequence< Any >& aArguments ) throw ( Exception, RuntimeException ) { - const rtl::OUString aFrameName( RTL_CONSTASCII_USTRINGPARAM( "Frame" )); - const rtl::OUString aCommandURLName( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )); - const rtl::OUString aServiceManagerName( RTL_CONSTASCII_USTRINGPARAM( "ServiceManager" )); - const rtl::OUString aParentWindow( RTL_CONSTASCII_USTRINGPARAM( "ParentWindow" )); - const rtl::OUString aIdentifier( RTL_CONSTASCII_USTRINGPARAM( "Identifier" )); - bool bInitialized( true ); { -- cgit