sfx2/source/control/templateviewitem.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fac0bbb035b6f091bf04f7cc1f09c1a7f0e9f2bb
Author: Caolán McNamara <caol...@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));
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to