diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-07-13 18:26:57 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-07-13 18:26:57 +0200 |
commit | 8dfe965a32b7d99d5bd70489f5f45652114ca889 (patch) | |
tree | b773c9e297770bab7c8e4872e47349c0d6dce70c /svx/source/svdraw/svdotxtr.cxx | |
parent | a2e7c2e0d002d75a6b77a629a4e904ab54bf8375 (diff) |
dr77: #i113097# make Sequence(sal_Int32) explicit
Diffstat (limited to 'svx/source/svdraw/svdotxtr.cxx')
-rw-r--r-- | svx/source/svdraw/svdotxtr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdotxtr.cxx b/svx/source/svdraw/svdotxtr.cxx index bd1564ab3f4e..56306721c85a 100644 --- a/svx/source/svdraw/svdotxtr.cxx +++ b/svx/source/svdraw/svdotxtr.cxx @@ -354,7 +354,7 @@ SdrObject* SdrTextObj::ImpConvertContainedTextToSdrPathObjs(bool bToPoly) const if(xSequence.hasElements()) { // create an extractor with neutral ViewInformation - const drawinglayer::geometry::ViewInformation2D aViewInformation2D(0); + const drawinglayer::geometry::ViewInformation2D aViewInformation2D; drawinglayer::processor2d::TextAsPolygonExtractor2D aExtractor(aViewInformation2D); // extract text as polygons |