summaryrefslogtreecommitdiff
path: root/vcl/source/app/svdata.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/svdata.cxx')
-rw-r--r--vcl/source/app/svdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/svdata.cxx b/vcl/source/app/svdata.cxx
index dddb23bfd1b3..e60a9ce3e2d5 100644
--- a/vcl/source/app/svdata.cxx
+++ b/vcl/source/app/svdata.cxx
@@ -176,7 +176,7 @@ ResMgr* ImplGetResMgr()
const char pMsg[] =
"Missing vcl resource. This indicates that files vital to localization are missing. "
"You might have a corrupt installation.";
- SAL_WARN("vcl", "" << pMsg << "\n");
+ SAL_WARN("vcl", "" << pMsg);
ScopedVclPtrInstance< MessageDialog > aBox( nullptr, pMsg );
aBox->Execute();
}