summaryrefslogtreecommitdiff
path: root/cppcanvas
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas')
-rw-r--r--cppcanvas/source/mtfrenderer/implrenderer.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx
index 10c8d875d22e..95b431e09322 100644
--- a/cppcanvas/source/mtfrenderer/implrenderer.cxx
+++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx
@@ -1004,8 +1004,6 @@ namespace cppcanvas
pStrikeoutCharWidths[ i ] += pStrikeoutCharWidths[ i-1 ];
}
- sal_Int32 nStartPos = 0;
-
pStrikeoutTextAction =
TextActionFactory::createTextAction(
rStartPoint,
@@ -1014,7 +1012,7 @@ namespace cppcanvas
aShadowOffset,
aShadowColor,
aStrikeoutText,
- nStartPos,
+ 0/*nStartPos*/,
aStrikeoutText.getLength(),
pStrikeoutCharWidths,
rParms.mrVDev,