diff options
Diffstat (limited to 'scripting/source/inc/util/MiscUtils.hxx')
-rw-r--r-- | scripting/source/inc/util/MiscUtils.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/inc/util/MiscUtils.hxx b/scripting/source/inc/util/MiscUtils.hxx index e503eb4faeea..5e0b1c8848e4 100644 --- a/scripting/source/inc/util/MiscUtils.hxx +++ b/scripting/source/inc/util/MiscUtils.hxx @@ -126,7 +126,7 @@ static css::uno::Reference< css::frame::XModel > tDocUrlToModel( const OUString& } -static css::uno::Any getUCBProperty( ::ucbhelper::Content& content, OUString& prop ) +static css::uno::Any getUCBProperty( ::ucbhelper::Content& content, OUString const & prop ) { css::uno::Any result; try |