Kaydet (Commit) eef39fdc authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Michael Stahl

XubString->OUString in drawinglayer

Also fix method name

Change-Id: I2ebe3fe5231fbf5e8253537f2f9809e780f180cb
üst 307ecf71
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment