summaryrefslogtreecommitdiff
path: root/drawinglayer/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-09-27 13:49:39 +0200
committerMichael Stahl <mstahl@redhat.com>2012-10-02 14:57:22 +0200
commiteef39fdc031ca83940d8cd48fb04a7e44355495a (patch)
tree9177c94f3d0a52e2228c7eab57c42d068ff978b9 /drawinglayer/source
parent307ecf719f6a8a9c4a81b53e33de0bd00ba5eada (diff)
XubString->OUString in drawinglayer
Also fix method name Change-Id: I2ebe3fe5231fbf5e8253537f2f9809e780f180cb
Diffstat (limited to 'drawinglayer/source')
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index 40f653b627c2..5f2239780142 100644
--- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -1291,9 +1291,9 @@ namespace
/** helper which takes complete care for creating the needed text primitives. It
takes care of decorated stuff and all the geometry adaptions needed
*/
- void proccessMetaTextAction(
+ void processMetaTextAction(
const Point& rTextStartPosition,
- const XubString& rText,
+ const OUString& rText,
sal_uInt16 nTextStart,
sal_uInt16 nTextLength,
const ::std::vector< double >& rDXArray,
@@ -1994,7 +1994,7 @@ namespace
if(nTextLength && rPropertyHolders.Current().getTextColorActive())
{
const std::vector< double > aDXArray;
- proccessMetaTextAction(
+ processMetaTextAction(
pA->GetPoint(),
pA->GetText(),
nTextIndex,
@@ -2035,7 +2035,7 @@ namespace
}
}
- proccessMetaTextAction(
+ processMetaTextAction(
pA->GetPoint(),
pA->GetText(),
nTextIndex,
@@ -2098,7 +2098,7 @@ namespace
}
}
- proccessMetaTextAction(
+ processMetaTextAction(
pA->GetPoint(),
pA->GetText(),
nTextIndex,