diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-27 12:52:34 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-27 12:52:34 +0200 |
commit | 2b4f2541e7bcabc5cf61f2389f64de46eb084a3f (patch) | |
tree | 318492cdc10d738386dba81a9158e6af24460f76 /sfx2 | |
parent | 1bf5639cb30cfc133f8ca30b3a54074ae4a0527a (diff) |
Fix ambiguity error
Change-Id: I228393b1e41d5f7d6dc0e24e0bbc21a46952287d
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/recentdocsviewitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/recentdocsviewitem.cxx b/sfx2/source/control/recentdocsviewitem.cxx index b6f727400900..10e798f95535 100644 --- a/sfx2/source/control/recentdocsviewitem.cxx +++ b/sfx2/source/control/recentdocsviewitem.cxx @@ -170,7 +170,7 @@ void RecentDocsViewItem::Paint(drawinglayer::processor2d::BaseProcessor2D *pProc // paint the remove icon when highlighted if (isHighlighted()) { - Primitive2DSequence aSeq(1); + drawinglayer::primitive2d::Primitive2DSequence aSeq(1); Point aIconPos(getRemoveIconArea().TopLeft()); |