summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-04 12:48:14 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-04 14:23:04 +0200
commit6ab4fac5a518fe7405936b753011dfd8c413bb62 (patch)
tree426c2e10fbbece0a08873b64627aaf6003df32c2 /sdext
parent2049940bac74a5230decedacbd95407d93c116db (diff)
set alpha too
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterSlideShowView.cxx b/sdext/source/presenter/PresenterSlideShowView.cxx
index 7c7b8e6c2a6b..0bd0a56fcc36 100644
--- a/sdext/source/presenter/PresenterSlideShowView.cxx
+++ b/sdext/source/presenter/PresenterSlideShowView.cxx
@@ -360,7 +360,7 @@ void SAL_CALL PresenterSlideShowView::clear (void)
rendering::ViewState aViewState (
geometry::AffineMatrix2D(1,0,0, 0,1,0),
NULL);
- double aColor[3] = {0,0,0};
+ double aColor[4] = {0,0,0,0};
rendering::RenderState aRenderState(
geometry::AffineMatrix2D(1,0,0, 0,1,0),
NULL,