summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-16 23:27:08 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-16 23:28:22 +0900
commitb2022330c01ae2080f4c2bc01be430b0b6faf9d8 (patch)
tree0e9fc2507b8598b93bc1410688a8c6271a675fbd /svtools
parent2dd60383c119d80eff7188ddf003ce9d27ef7519 (diff)
removed unused constant rtl::OUString
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/uno/statusbarcontroller.cxx6
1 files changed, 0 insertions, 6 deletions
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 );
{