summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-06-11 09:56:00 +0200
committerobo <obo@openoffice.org>2010-06-11 09:56:00 +0200
commitc38d471b24924e0e413ff88b065f84b0f2fee52a (patch)
tree9c88a7db345bf463a57ac16982c10df52c2dd3ce
parent550dbe616396cd31fd3616779a7086071a0f6177 (diff)
masterfix: #10000# fix ambigous Stringooo/DEV300_m82
-rwxr-xr-xcui/source/dialogs/hyphen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/hyphen.cxx b/cui/source/dialogs/hyphen.cxx
index 4cf6d9365..68c93e526 100755
--- a/cui/source/dialogs/hyphen.cxx
+++ b/cui/source/dialogs/hyphen.cxx
@@ -291,7 +291,7 @@ String SvxHyphenWordDialog_Impl::EraseUnusableHyphens_Impl(
DBG_ASSERT(rxPossHyph.is(), "missing possible hyphens");
if (rxPossHyph.is())
{
- DBG_ASSERT( aActWord == rxPossHyph->getWord(), "word mismatch" );
+ DBG_ASSERT( aActWord == String( rxPossHyph->getWord() ), "word mismatch" );
aTxt = String( rxPossHyph->getPossibleHyphens() );