diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-12 12:48:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-12 12:49:20 +0100 |
commit | fac0bbb035b6f091bf04f7cc1f09c1a7f0e9f2bb (patch) | |
tree | e5a6e29ad2666dcba43a275f08edc25b73605d9a /sfx2/source | |
parent | 5bca3a50a68211aeea8fd2c7abf49fea9be6a175 (diff) |
Primitive2DReference : ambiguous symbol
Change-Id: I4cd0d9a0023cef9458383e7ab979e24b5b3961c1
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/control/templateviewitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/templateviewitem.cxx b/sfx2/source/control/templateviewitem.cxx index ee510df21cc1..7abafd030e86 100644 --- a/sfx2/source/control/templateviewitem.cxx +++ b/sfx2/source/control/templateviewitem.cxx @@ -75,7 +75,7 @@ void TemplateViewItem::Paint(drawinglayer::processor2d::BaseProcessor2D *pProces if ( mbSelected || mbHover ) aFillColor = pAttrs->aHighlightColor; - aSeq[0] = Primitive2DReference( new PolyPolygonColorPrimitive2D( + aSeq[0] = drawinglayer::primitive2d::Primitive2DReference( new PolyPolygonColorPrimitive2D( B2DPolyPolygon(Polygon(maDrawArea,5,5).getB2DPolygon()), aFillColor)); |