summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorWu Yan <wuy@openoffice.org>2010-05-26 16:44:22 +0800
committerWu Yan <wuy@openoffice.org>2010-05-26 16:44:22 +0800
commitc4832a2cc01b9480e8bdd8c37c5532e9ff6fcbc9 (patch)
tree9b870ae4f51bcea153eb95b39da0a8301bbc288c /svx
parentd14fdec31f9592d1339373e3c25b8ff8c3ef36d0 (diff)
findbar01: #111826#, #111827# and make some optimizations for the code
Diffstat (limited to 'svx')
-rw-r--r--svx/source/tbxctrls/tbunosearchcontrollers.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
index 02192ca256..b3048bd1fe 100644
--- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx
+++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx
@@ -55,7 +55,7 @@ static const ::rtl::OUString COMMAND_APPENDSEARCHHISTORY = ::rtl::OUString::cr
static const ::rtl::OUString SERVICENAME_URLTRANSFORMER = ::rtl::OUString::createFromAscii("com.sun.star.util.URLTransformer");
static const sal_Int32 REMEMBER_SIZE = 10;
-void impl_executeSearch( const css::uno::Reference< css::lang::XMultiServiceFactory >& rSMgr, css::uno::Reference< css::frame::XFrame >& xFrame, css::uno::Sequence< css::beans::PropertyValue >& lArgs )
+void impl_executeSearch( const css::uno::Reference< css::lang::XMultiServiceFactory >& rSMgr, const css::uno::Reference< css::frame::XFrame >& xFrame, const css::uno::Sequence< css::beans::PropertyValue >& lArgs )
{
css::uno::Reference< css::util::XURLTransformer > xURLTransformer( rSMgr->createInstance(SERVICENAME_URLTRANSFORMER), css::uno::UNO_QUERY );
if ( xURLTransformer.is() )