summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaassistant.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaassistant.cxx')
-rw-r--r--sc/source/ui/vba/vbaassistant.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaassistant.cxx b/sc/source/ui/vba/vbaassistant.cxx
index 18ccafd8d979..bcc590bf522f 100644
--- a/sc/source/ui/vba/vbaassistant.cxx
+++ b/sc/source/ui/vba/vbaassistant.cxx
@@ -30,7 +30,7 @@ using namespace ooo::vba;
using namespace ooo::vba::office::MsoAnimationType;
ScVbaAssistant::ScVbaAssistant( const uno::Reference< XHelperInterface > xParent, const uno::Reference< uno::XComponentContext > xContext ): ScVbaAssistantImpl_BASE( xParent, xContext ),
-m_sName( RTL_CONSTASCII_USTRINGPARAM( "Clippit" ) )
+m_sName( "Clippit" )
{
m_bIsVisible = false;
m_nPointsLeft = 795;