summaryrefslogtreecommitdiff
path: root/sd/source/core/CustomAnimationPreset.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/CustomAnimationPreset.cxx')
-rw-r--r--sd/source/core/CustomAnimationPreset.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/core/CustomAnimationPreset.cxx b/sd/source/core/CustomAnimationPreset.cxx
index 91b0836a9aaf..619b8d216f5b 100644
--- a/sd/source/core/CustomAnimationPreset.cxx
+++ b/sd/source/core/CustomAnimationPreset.cxx
@@ -471,7 +471,7 @@ void CustomAnimationPresets::importPresets( const Reference< XMultiServiceFactor
else
{
aMissedPresetIds += String(*pEffectNames);
- aMissedPresetIds += String( RTL_CONSTASCII_USTRINGPARAM("\n") );
+ aMissedPresetIds += String( "\n" );
}
#endif
pEffectNames++;
@@ -491,7 +491,7 @@ void CustomAnimationPresets::importPresets( const Reference< XMultiServiceFactor
#ifdef DEBUG
if( aMissedPresetIds.Len() )
{
- OStringBuffer aTmp(RTL_CONSTASCII_STRINGPARAM("sd::CustomAnimationPresets::importPresets(), invalid preset id!\n"));
+ OStringBuffer aTmp("sd::CustomAnimationPresets::importPresets(), invalid preset id!\n");
aTmp.append(OUStringToOString(aMissedPresetIds,
RTL_TEXTENCODING_ASCII_US));
OSL_FAIL(aTmp.getStr());