[Libreoffice-commits] core.git: sd/source
Ashod Nakashian (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 6 08:02:31 UTC 2019
sd/source/ui/framework/configuration/Configuration.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 275b87203da92b3ec50e2f7e18ae192d10db41b7
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Thu Sep 13 22:12:00 2018 -0400
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Jun 6 10:01:24 2019 +0200
Cosmetics.
Change-Id: Ic86960ce2f690bebc51c9120053bdd50232f0358
Reviewed-on: https://gerrit.libreoffice.org/73480
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/sd/source/ui/framework/configuration/Configuration.cxx b/sd/source/ui/framework/configuration/Configuration.cxx
index f2034ac389fc..d303b2464156 100644
--- a/sd/source/ui/framework/configuration/Configuration.cxx
+++ b/sd/source/ui/framework/configuration/Configuration.cxx
@@ -132,7 +132,7 @@ Sequence<Reference<XResourceId> > SAL_CALL Configuration::getResources (
::osl::MutexGuard aGuard (maMutex);
ThrowIfDisposed();
- bool bFilterResources (!rsResourceURLPrefix.isEmpty());
+ const bool bFilterResources (!rsResourceURLPrefix.isEmpty());
// Collect the matching resources in a vector.
::std::vector<Reference<XResourceId> > aResources;
More information about the Libreoffice-commits
mailing list