summaryrefslogtreecommitdiff
path: root/vcl/qt5/QtClipboard.cxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-10-22 14:41:21 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2021-10-22 19:36:05 +0200
commit535d406854f38c717386c6ffa0f895d204ae7038 (patch)
treee2c3e0fd4c13a92b2980c0db0e100568a416eeb5 /vcl/qt5/QtClipboard.cxx
parent107f4f2a6d6a2d84ff8104b1de16b1e06c2af131 (diff)
qt: Adapt log area: "vcl.qt5" -> "vcl.qt"
And also: "vcl.opengl.qt5" -> "vcl.opengl.qt" Change-Id: I86f8a34cb8c1303a81ffbf40c801ba628f3fa0d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124065 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'vcl/qt5/QtClipboard.cxx')
-rw-r--r--vcl/qt5/QtClipboard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/QtClipboard.cxx b/vcl/qt5/QtClipboard.cxx
index f21e9d02aa50..893c58274238 100644
--- a/vcl/qt5/QtClipboard.cxx
+++ b/vcl/qt5/QtClipboard.cxx
@@ -52,7 +52,7 @@ css::uno::Reference<css::uno::XInterface> QtClipboard::create(const OUString& aM
auto iter = aNameToClipboardMap.find(aModeString);
if (iter != aNameToClipboardMap.end() && isSupported(iter->second))
return static_cast<cppu::OWeakObject*>(new QtClipboard(aModeString, iter->second));
- SAL_WARN("vcl.qt5", "Ignoring unrecognized clipboard type: '" << aModeString << "'");
+ SAL_WARN("vcl.qt", "Ignoring unrecognized clipboard type: '" << aModeString << "'");
return css::uno::Reference<css::uno::XInterface>();
}