summaryrefslogtreecommitdiff
path: root/unotools/source/config/cmdoptions.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-13 08:42:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-13 08:42:02 +0200
commit8445ab32a371963f025d170e7baf1a0ddd36bd4b (patch)
treedf88923b46930ac72836eae7a8570eb0f27aabaa /unotools/source/config/cmdoptions.cxx
parente19759c9ad5e98f158009686ea3c695456265e91 (diff)
loplugin:sallogareas
Change-Id: I97fe4a566531015fe6c9fd275aaa46723aee9513
Diffstat (limited to 'unotools/source/config/cmdoptions.cxx')
-rw-r--r--unotools/source/config/cmdoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx
index e1ab5405fee8..82e5a93167d4 100644
--- a/unotools/source/config/cmdoptions.cxx
+++ b/unotools/source/config/cmdoptions.cxx
@@ -249,7 +249,7 @@ bool SvtCommandOptions_Impl::Lookup( SvtCommandOptions::CmdOption eCmdOption, co
return m_aDisabledCommands.Lookup( aCommand );
}
default:
- SAL_WARN( "unotools", "SvtCommandOptions_Impl::Lookup()\nUnknown option type given!\n" );
+ SAL_WARN( "unotools.config", "SvtCommandOptions_Impl::Lookup()\nUnknown option type given!\n" );
}
return false;