Kaydet (Commit) 7afc2980 authored tarafından Matteo Casalin's avatar Matteo Casalin

Typos in debug messages

Change-Id: I0b06af28959d7254b1aaca6e05c51311294bc3e7
üst 86166dea
...@@ -264,7 +264,7 @@ void SvtCommandOptions_Impl::Notify( const Sequence< OUString >& ) ...@@ -264,7 +264,7 @@ void SvtCommandOptions_Impl::Notify( const Sequence< OUString >& )
// Safe impossible cases. // Safe impossible cases.
// We need values from ALL configuration keys. // We need values from ALL configuration keys.
// Follow assignment use order of values in relation to our list of key names! // 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. // Copy values from list in right order to ouer internal member.
// Attention: List for names and values have an internal construction pattern! // Attention: List for names and values have an internal construction pattern!
...@@ -324,7 +324,7 @@ sal_Bool SvtCommandOptions_Impl::Lookup( SvtCommandOptions::CmdOption eCmdOption ...@@ -324,7 +324,7 @@ sal_Bool SvtCommandOptions_Impl::Lookup( SvtCommandOptions::CmdOption eCmdOption
return m_aDisabledCommands.Lookup( aCommand ); return m_aDisabledCommands.Lookup( aCommand );
} }
default: 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; return sal_False;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment