From 9902f0ee3d7b22e4984be7225370fb552da03838 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 17 May 2012 22:36:29 +0900 Subject: removed unused const rtl::OUString Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb --- svtools/source/filter/filter.cxx | 1 - svtools/source/java/javainteractionhandler.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'svtools') diff --git a/svtools/source/filter/filter.cxx b/svtools/source/filter/filter.cxx index 3c1c1a532f90..0d7f1e1c298f 100644 --- a/svtools/source/filter/filter.cxx +++ b/svtools/source/filter/filter.cxx @@ -123,7 +123,6 @@ sal_Bool ImplDirEntryHelper::Exists( const INetURLObject& rObj ) try { - ::rtl::OUString aTitle; ::ucbhelper::Content aCnt( rObj.GetMainURL( INetURLObject::NO_DECODE ), ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >() ); diff --git a/svtools/source/java/javainteractionhandler.cxx b/svtools/source/java/javainteractionhandler.cxx index d4309c9feb1a..9569ff295124 100644 --- a/svtools/source/java/javainteractionhandler.cxx +++ b/svtools/source/java/javainteractionhandler.cxx @@ -125,7 +125,6 @@ void SAL_CALL JavaInteractionHandler::handle( const Reference< XInteractionReque // Try to recover the Exception type in the any and // react accordingly. sal_uInt16 nResult = RET_CANCEL; - ::rtl::OUString aParameter; if ( anyExc >>= e1 ) { -- cgit