summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/xexptran.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/xexptran.cxx')
-rw-r--r--xmloff/source/draw/xexptran.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/xexptran.cxx b/xmloff/source/draw/xexptran.cxx
index afa03e0857cb..efbb82111ac8 100644
--- a/xmloff/source/draw/xexptran.cxx
+++ b/xmloff/source/draw/xexptran.cxx
@@ -330,7 +330,7 @@ const OUString& SdXMLImExTransform2D::GetExportString(const SvXMLUnitConverter&
}
// if not the last entry, add one space to next tag
- if(a + 1UL != maList.size())
+ if(a + 1 != maList.size())
{
aNewString += aEmptySpace;
}
@@ -736,7 +736,7 @@ const OUString& SdXMLImExTransform3D::GetExportString(const SvXMLUnitConverter&
}
// if not the last entry, add one space to next tag
- if(a + 1UL != maList.size())
+ if(a + 1 != maList.size())
{
aNewString += aEmptySpace;
}