summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-29 08:21:07 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-29 08:21:07 +0000
commit6b5e8cb92e35232a56f0b29c55bfb1131c8dd1ce (patch)
tree1981118e4a793d4e187cee02af7c9a0dff6adcbd /xmloff
parentec24b198d7366e3b2f7aaca905743ba298017370 (diff)
INTEGRATION: CWS pj26 (1.17.4); FILE MERGED
2005/04/20 19:10:35 pjanik 1.17.4.1: #i47612#: Fix gcc33 parser bug.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/xexptran.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xmloff/source/draw/xexptran.cxx b/xmloff/source/draw/xexptran.cxx
index b1316b06f614..7e6cc36b9746 100644
--- a/xmloff/source/draw/xexptran.cxx
+++ b/xmloff/source/draw/xexptran.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xexptran.cxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: obo $ $Date: 2005-04-13 09:29:54 $
+ * last change: $Author: obo $ $Date: 2005-04-29 09:21:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -448,8 +448,8 @@ void SdXMLImExTransform2D::AddMatrix(const Matrix3D& rNew)
const OUString& SdXMLImExTransform2D::GetExportString(const SvXMLUnitConverter& rConv)
{
OUString aNewString;
- OUString aClosingBrace(String(sal_Unicode(')')));
- OUString aEmptySpace(String(sal_Unicode(' ')));
+ OUString aClosingBrace(sal_Unicode(')'));
+ OUString aEmptySpace(sal_Unicode(' '));
for(sal_uInt32 a(0L); a < maList.Count(); a++)
{
@@ -861,8 +861,8 @@ void SdXMLImExTransform3D::AddHomogenMatrix(const drawing::HomogenMatrix& xHomMa
const OUString& SdXMLImExTransform3D::GetExportString(const SvXMLUnitConverter& rConv)
{
OUString aNewString;
- OUString aClosingBrace(String(sal_Unicode(')')));
- OUString aEmptySpace(String(sal_Unicode(' ')));
+ OUString aClosingBrace(sal_Unicode(')'));
+ OUString aEmptySpace(sal_Unicode(' '));
for(sal_uInt32 a(0L); a < maList.Count(); a++)
{
@@ -1267,7 +1267,7 @@ SdXMLImExViewBox::SdXMLImExViewBox(const OUString& rNew, const SvXMLUnitConverte
const OUString& SdXMLImExViewBox::GetExportString(const SvXMLUnitConverter& rConv)
{
OUString aNewString;
- OUString aEmptySpace(String(sal_Unicode(' ')));
+ OUString aEmptySpace(sal_Unicode(' '));
Imp_PutNumberChar(aNewString, rConv, mnX);
aNewString += aEmptySpace;