diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 14:52:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-14 20:30:08 +0000 |
commit | 06983ef3c00c5755ef3369c1149c10ba8d3f4d4b (patch) | |
tree | 99384a36b7a45b888b5152cd3a083988e8588358 /sfx2 | |
parent | e867843e76e1a8ce1a0fa85b122485a241dc2baf (diff) |
do TODO: replace ImplCallEventListeners() by CallEventListeners() in vcl
Change-Id: If47baad0ec31f18fcb55c7db86fb2a316dd0807f
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/infobar.cxx | 4 |
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; |