summaryrefslogtreecommitdiff
path: root/svtools/source/config
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-14 09:49:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-15 06:45:14 +0000
commitd15b4e204598fc7e4c1682c4f10228e217575937 (patch)
tree1173b2725abac5f06bfd2e28965a95256283e6a4 /svtools/source/config
parent14a0d26d6ae0ee59a685c254ec235fea81636475 (diff)
teach sallogareas plugin to catch inconsistencies
Change-Id: I8bcea5ffc74d48148bea78da8c17744e288c069a Reviewed-on: https://gerrit.libreoffice.org/32004 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/config')
-rw-r--r--svtools/source/config/accessibilityoptions.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/accessibilityoptions.cxx b/svtools/source/config/accessibilityoptions.cxx
index 95f82913fd12..2dbb8362e82b 100644
--- a/svtools/source/config/accessibilityoptions.cxx
+++ b/svtools/source/config/accessibilityoptions.cxx
@@ -242,7 +242,7 @@ sal_Int16 SvtAccessibilityOptions_Impl::GetEdgeBlending() const
}
catch(const css::uno::Exception& ex)
{
- SAL_WARN("svtools", "Caught unexpected: " << ex.Message);
+ SAL_WARN("svtools.config", "Caught unexpected: " << ex.Message);
}
return nRet;
@@ -260,7 +260,7 @@ sal_Int16 SvtAccessibilityOptions_Impl::GetListBoxMaximumLineCount() const
}
catch(const css::uno::Exception& ex)
{
- SAL_WARN("svtools", "Caught unexpected: " << ex.Message);
+ SAL_WARN("svtools.config", "Caught unexpected: " << ex.Message);
}
return nRet;
@@ -278,7 +278,7 @@ sal_Int16 SvtAccessibilityOptions_Impl::GetColorValueSetColumnCount() const
}
catch(const css::uno::Exception& ex)
{
- SAL_WARN("svtools", "Caught unexpected: " << ex.Message);
+ SAL_WARN("svtools.config", "Caught unexpected: " << ex.Message);
}
return nRet;
@@ -296,7 +296,7 @@ bool SvtAccessibilityOptions_Impl::GetPreviewUsesCheckeredBackground() const
}
catch(const css::uno::Exception& ex)
{
- SAL_WARN("svtools", "Caught unexpected: " << ex.Message);
+ SAL_WARN("svtools.config", "Caught unexpected: " << ex.Message);
}
return bRet;