summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/cpp/counter/countermain.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/cpp/counter/countermain.cxx b/odk/examples/cpp/counter/countermain.cxx
index 72ce6b4f729f..5a613f588f32 100644
--- a/odk/examples/cpp/counter/countermain.cxx
+++ b/odk/examples/cpp/counter/countermain.cxx
@@ -65,7 +65,7 @@ SAL_IMPLEMENT_MAIN()
try {
Reference< XComponentContext > xContext(::cppu::defaultBootstrap_InitialComponentContext());
- OSL_ENSURE( xContext.is(), "### bootstrap failed!\n" );
+ OSL_ENSURE( xContext.is(), "### bootstrap failed!" );
Reference< XMultiComponentFactory > xMgr = xContext->getServiceManager();
OSL_ENSURE( xMgr.is(), "### cannot get initial service manager!" );