summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-14 14:52:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-14 20:30:08 +0000
commit06983ef3c00c5755ef3369c1149c10ba8d3f4d4b (patch)
tree99384a36b7a45b888b5152cd3a083988e8588358 /sfx2
parentsc: rename ScSTEXY to ScSTEYX (diff)
downloadcore-06983ef3c00c5755ef3369c1149c10ba8d3f4d4b.tar.gz
core-06983ef3c00c5755ef3369c1149c10ba8d3f4d4b.zip
do TODO: replace ImplCallEventListeners() by CallEventListeners() in vcl
Change-Id: If47baad0ec31f18fcb55c7db86fb2a316dd0807f
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/infobar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/infobar.cxx b/sfx2/source/dialog/infobar.cxx
index f530456b679f..30fda30950e8 100644
--- a/sfx2/source/dialog/infobar.cxx
+++ b/sfx2/source/dialog/infobar.cxx
@@ -71,7 +71,7 @@ void SfxCloseButton::Paint(const Rectangle&)
const Rectangle aRect(Point(0, 0), PixelToLogic(GetSizePixel()));
- Primitive2DSequence aSeq(2);
+ drawinglayer::primitive2d::Primitive2DSequence aSeq(2);
BColor aLightColor;
BColor aDarkColor;
@@ -154,7 +154,7 @@ void SfxInfoBarWindow::Paint(const Rectangle& rPaintRect)
const Rectangle aRect(Point(0, 0), PixelToLogic(GetSizePixel()));
- Primitive2DSequence aSeq(2);
+ drawinglayer::primitive2d::Primitive2DSequence aSeq(2);
BColor aLightColor;
BColor aDarkColor;