summaryrefslogtreecommitdiffstats
path: root/reportdesign/source/ui/report/StartMarker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/StartMarker.cxx')
-rw-r--r--reportdesign/source/ui/report/StartMarker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/source/ui/report/StartMarker.cxx b/reportdesign/source/ui/report/StartMarker.cxx
index d8034501b9a7..a1a3f30944d2 100644
--- a/reportdesign/source/ui/report/StartMarker.cxx
+++ b/reportdesign/source/ui/report/StartMarker.cxx
@@ -116,7 +116,7 @@ void OStartMarker::Paint( const Rectangle& rRect )
Rectangle aWholeRect(Point(),aSize);
{
const ColorChanger aColors( this, m_nTextBoundaries, m_nColor );
- PolyPolygon aPoly;
+ tools::PolyPolygon aPoly;
aPoly.Insert(Polygon(aWholeRect,nCornerWidth,nCornerWidth));
Color aStartColor(m_nColor);