diff options
Diffstat (limited to 'vcl/qt5/QtData.cxx')
-rw-r--r-- | vcl/qt5/QtData.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/qt5/QtData.cxx b/vcl/qt5/QtData.cxx index dc435fdbd358..e67abdd76224 100644 --- a/vcl/qt5/QtData.cxx +++ b/vcl/qt5/QtData.cxx @@ -311,8 +311,7 @@ QCursor& QtData::getCursor(PointerStyle ePointerStyle) if (!pCursor) { pCursor = new QCursor(Qt::ArrowCursor); - SAL_WARN("vcl.qt5", - "pointer " << static_cast<int>(ePointerStyle) << " not implemented"); + SAL_WARN("vcl.qt", "pointer " << static_cast<int>(ePointerStyle) << " not implemented"); } m_aCursors[ePointerStyle].reset(pCursor); |