From 5bca3a50a68211aeea8fd2c7abf49fea9be6a175 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 12 Jun 2013 12:16:38 +0100 Subject: Primitive2DSequence : ambiguous symbol Change-Id: Ic6ed2a12e94dfd1927dc976970c2e6c873279da2 --- sfx2/source/control/templateviewitem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/control/templateviewitem.cxx') diff --git a/sfx2/source/control/templateviewitem.cxx b/sfx2/source/control/templateviewitem.cxx index 78ea791e9619..ee510df21cc1 100644 --- a/sfx2/source/control/templateviewitem.cxx +++ b/sfx2/source/control/templateviewitem.cxx @@ -69,7 +69,7 @@ void TemplateViewItem::Paint(drawinglayer::processor2d::BaseProcessor2D *pProces BColor aFillColor = pAttrs->aFillColor; int nCount = maSubTitle.isEmpty() ? 5 : 6; - Primitive2DSequence aSeq(nCount); + drawinglayer::primitive2d::Primitive2DSequence aSeq(nCount); // Draw background if ( mbSelected || mbHover ) -- cgit v1.2.3