summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-17 22:36:29 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-17 22:44:43 +0900
commit9902f0ee3d7b22e4984be7225370fb552da03838 (patch)
tree69d7fa35977328f6a605cc389177ab4ee353bedc /svtools
parentac6833f97921981050722bee3d3cfa13f0897566 (diff)
removed unused const rtl::OUString
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter/filter.cxx1
-rw-r--r--svtools/source/java/javainteractionhandler.cxx1
2 files changed, 0 insertions, 2 deletions
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 )
{