Author: hdu
Date: Thu Apr 18 13:52:07 2013
New Revision: 1469327
URL: http://svn.apache.org/r1469327
Log:
fix typo
Modified:
openoffice/trunk/main/svx/source/svdraw/svdattr.cxx
Modified: openoffice/trunk/main/svx/source/svdraw/svdattr.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/svdraw/svdattr.cxx?rev=1469327&r1=1469326&r2=1469327&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/svdraw/svdattr.cxx (original)
+++ openoffice/trunk/main/svx/source/svdraw/svdattr.cxx Thu Apr 18 13:52:07 2013
@@ -2041,7 +2041,7 @@ XubString __EXPORT SdrMeasureUnitItem::G
if((FieldUnit)nPos == FUNIT_NONE)
{
- cont sal_Char aText[] = "default";
+ const sal_Char aText[] = "default";
aRetval += UniString(aText, sizeof(aText)-1);
}
else