summaryrefslogtreecommitdiff
path: root/extensions/source/logging/loghandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/logging/loghandler.cxx')
-rw-r--r--extensions/source/logging/loghandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/logging/loghandler.cxx b/extensions/source/logging/loghandler.cxx
index 2fc4939ae9fd..4184718f4532 100644
--- a/extensions/source/logging/loghandler.cxx
+++ b/extensions/source/logging/loghandler.cxx
@@ -81,10 +81,10 @@ namespace logging
m_rMutex.acquire();
if ( !getIsInitialized() )
- throw DisposedException( OUString( "component not initialized" ), NULL );
+ throw DisposedException("component not initialized", NULL );
if ( m_rBHelper.bDisposed )
- throw DisposedException( OUString( "component already disposed" ), NULL );
+ throw DisposedException("component already disposed", NULL );
// fallback settings, in case they weren't passed at construction time
if ( !getFormatter().is() )