summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-03 15:32:10 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-03 15:32:10 +0100
commit90286e004d462812d557738278dbd0b484a89f29 (patch)
treec780c8d81d2029744ad236df25dffff9e13e90ee /cui
parent7a95f49bde4b61fb3039d96067b716df29edabde (diff)
undoapi: GCC WaE
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/macroass.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx
index bd32098c6604..db58ba5dc9cd 100644
--- a/cui/source/tabpages/macroass.cxx
+++ b/cui/source/tabpages/macroass.cxx
@@ -346,7 +346,7 @@ IMPL_STATIC_LINK( _SfxMacroTabPage, AssignDeleteHdl_Impl, PushButton*, pBtn )
}
else
{
- OSL_ENSURE( false, "_SfxMacroTabPage::AssignDeleteHdl_Impl: this branch is *not* dead??! (out of interest: tell fs, please!)" );
+ OSL_ENSURE( false, "_SfxMacroTabPage::AssignDeleteHdl_Impl: this branch is *not* dead? (out of interest: tell fs, please!)" );
pThis->aTbl.Insert(
nEvent, new SvxMacro( sScriptURI, String::CreateFromAscii( SVX_MACRO_LANGUAGE_STARBASIC ) ) );
}