diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-07-30 14:06:51 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-07-30 14:12:26 +0200 |
commit | 7afc29809ec9db8c5064d5b5857f64db9bd843be (patch) | |
tree | 76f7a16ff569ce1696de45d621e4da62e1204425 /unotools | |
parent | 86166dea7e300d8aee42f141db1c533648254e6c (diff) |
Typos in debug messages
Change-Id: I0b06af28959d7254b1aaca6e05c51311294bc3e7
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/cmdoptions.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/cmdoptions.cxx b/unotools/source/config/cmdoptions.cxx index f1cf83d0def8..116b5d826173 100644 --- a/unotools/source/config/cmdoptions.cxx +++ b/unotools/source/config/cmdoptions.cxx @@ -264,7 +264,7 @@ void SvtCommandOptions_Impl::Notify( const Sequence< OUString >& ) // Safe impossible cases. // We need values from ALL configuration keys. // Follow assignment use order of values in relation to our list of key names! - DBG_ASSERT( !(lNames.getLength()!=lValues.getLength()), "SvtCommandOptions_Impl::SvtCommandOptions_Impl()\nI miss some values of configuration keys!\n" ); + DBG_ASSERT( !(lNames.getLength()!=lValues.getLength()), "SvtCommandOptions_Impl::Notify()\nI miss some values of configuration keys!\n" ); // Copy values from list in right order to ouer internal member. // Attention: List for names and values have an internal construction pattern! @@ -324,7 +324,7 @@ sal_Bool SvtCommandOptions_Impl::Lookup( SvtCommandOptions::CmdOption eCmdOption return m_aDisabledCommands.Lookup( aCommand ); } default: - DBG_ASSERT( sal_False, "SvtCommandOptions_Impl::GetList()\nUnknown option type given!\n" ); + DBG_ASSERT( sal_False, "SvtCommandOptions_Impl::Lookup()\nUnknown option type given!\n" ); } return sal_False; |