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/sdr/contact/viewcontactofgraphic.cxx | |
parent | a2e7c2e0d002d75a6b77a629a4e904ab54bf8375 (diff) |
dr77: #i113097# make Sequence(sal_Int32) explicit
Diffstat (limited to 'svx/source/sdr/contact/viewcontactofgraphic.cxx')
-rw-r--r-- | svx/source/sdr/contact/viewcontactofgraphic.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sdr/contact/viewcontactofgraphic.cxx b/svx/source/sdr/contact/viewcontactofgraphic.cxx index 7172b0840476..80ffa916dbeb 100644 --- a/svx/source/sdr/contact/viewcontactofgraphic.cxx +++ b/svx/source/sdr/contact/viewcontactofgraphic.cxx @@ -296,7 +296,7 @@ namespace sdr // decompose immediately with neutral ViewInformation. This will // layout the text to more simple TextPrimitives from drawinglayer - const drawinglayer::geometry::ViewInformation2D aViewInformation2D(0); + const drawinglayer::geometry::ViewInformation2D aViewInformation2D; drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence( xRetval, |