summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/textlayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/textlayout.cxx')
-rw-r--r--canvas/source/vcl/textlayout.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/canvas/source/vcl/textlayout.cxx b/canvas/source/vcl/textlayout.cxx
index 1a52371029a4..b6fcd5ffd5ad 100644
--- a/canvas/source/vcl/textlayout.cxx
+++ b/canvas/source/vcl/textlayout.cxx
@@ -411,8 +411,8 @@ namespace vclcanvas
renderState);
// fill integer offsets
- std::transform( inputOffsets.getConstArray(),
- inputOffsets.getConstArray()+inputOffsets.getLength(),
+ std::transform( inputOffsets.begin(),
+ inputOffsets.end(),
outputOffsets,
OffsetTransformer( aMatrix ) );
}