[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara
caolanm at redhat.com
Wed Jun 12 04:50:36 PDT 2013
sfx2/source/control/templateviewitem.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fac0bbb035b6f091bf04f7cc1f09c1a7f0e9f2bb
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jun 12 12:48:27 2013 +0100
Primitive2DReference : ambiguous symbol
Change-Id: I4cd0d9a0023cef9458383e7ab979e24b5b3961c1
diff --git a/sfx2/source/control/templateviewitem.cxx b/sfx2/source/control/templateviewitem.cxx
index ee510df..7abafd0 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));
More information about the Libreoffice-commits
mailing list