summaryrefslogtreecommitdiff
path: root/unotools/source/ucbhelper
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/ucbhelper')
-rw-r--r--unotools/source/ucbhelper/progresshandlerwrap.cxx2
-rw-r--r--unotools/source/ucbhelper/ucblockbytes.cxx12
2 files changed, 7 insertions, 7 deletions
diff --git a/unotools/source/ucbhelper/progresshandlerwrap.cxx b/unotools/source/ucbhelper/progresshandlerwrap.cxx
index b84882fdffe4..f3edf6185dfd 100644
--- a/unotools/source/ucbhelper/progresshandlerwrap.cxx
+++ b/unotools/source/ucbhelper/progresshandlerwrap.cxx
@@ -26,7 +26,7 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::task;
using namespace ::com::sun::star::ucb;
-ProgressHandlerWrap::ProgressHandlerWrap( css::uno::Reference< css::task::XStatusIndicator > xSI )
+ProgressHandlerWrap::ProgressHandlerWrap( css::uno::Reference< css::task::XStatusIndicator > const & xSI )
: m_xStatusIndicator( xSI )
{
}
diff --git a/unotools/source/ucbhelper/ucblockbytes.cxx b/unotools/source/ucbhelper/ucblockbytes.cxx
index a87ef191e08a..f894c1cf7e1a 100644
--- a/unotools/source/ucbhelper/ucblockbytes.cxx
+++ b/unotools/source/ucbhelper/ucblockbytes.cxx
@@ -220,8 +220,8 @@ class Moderator
public:
Moderator(
- Reference < XContent >& xContent,
- Reference < XInteractionHandler >& xInteract,
+ Reference < XContent > const & xContent,
+ Reference < XInteractionHandler > const & xInteract,
const Command& rArg
)
throw(
@@ -495,8 +495,8 @@ ModeratorsInteractionHandler::handle(
}
Moderator::Moderator(
- Reference < XContent >& xContent,
- Reference < XInteractionHandler >& xInteract,
+ Reference < XContent > const & xContent,
+ Reference < XInteractionHandler > const & xInteract,
const Command& rArg
)
throw(
@@ -720,10 +720,10 @@ static bool UCBOpenContentSync_(
static bool UCBOpenContentSync(
const UcbLockBytesRef& xLockBytes,
- Reference < XContent > xContent,
+ Reference < XContent > const & xContent,
const Command& rArg,
const Reference < XInterface >& xSink,
- Reference < XInteractionHandler > xInteract )
+ Reference < XInteractionHandler > const & xInteract )
{
// http protocol must be handled in a special way:
// during the opening process the input stream may change