summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/source/generic/svlibrary.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/generic/svlibrary.cxx b/tools/source/generic/svlibrary.cxx
index 5864bdf2c8a8..fdf714933342 100644
--- a/tools/source/generic/svlibrary.cxx
+++ b/tools/source/generic/svlibrary.cxx
@@ -66,7 +66,7 @@ static uno::Sequence< rtl::OUString > GetMultiPaths_Impl()
xPathSettings->getPropertyValue( aInternal ) >>= aInternalPaths;
xPathSettings->getPropertyValue( aUser ) >>= aUserPaths;
}
- catch (uno::Exception &)
+ catch (const uno::Exception &)
{
bSuccess = false;
}