summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/fmtuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/fmtuno.cxx')
-rw-r--r--sc/source/ui/unoobj/fmtuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/fmtuno.cxx b/sc/source/ui/unoobj/fmtuno.cxx
index a0c9abf624ed..e5dcc7f7f882 100644
--- a/sc/source/ui/unoobj/fmtuno.cxx
+++ b/sc/source/ui/unoobj/fmtuno.cxx
@@ -423,7 +423,7 @@ sal_Bool SAL_CALL ScTableConditionalFormat::hasElements() throw(uno::RuntimeExce
static rtl::OUString lcl_GetEntryNameFromIndex( sal_Int32 nIndex )
{
- rtl::OUString aRet( RTL_CONSTASCII_USTRINGPARAM( "Entry" ) );
+ rtl::OUString aRet( "Entry" );
aRet += rtl::OUString::valueOf( nIndex );
return aRet;
}