summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlidePreview.hxx
diff options
context:
space:
mode:
authorCiorba Edmond <edmond_ciorba@yahoo.com>2013-07-15 19:45:44 +0300
committerAndras Timar <atimar@suse.com>2013-07-18 07:57:19 +0000
commit0218b0e2fa510d7acd7413dbedefd9ad50257f76 (patch)
tree194e8e685b1739a130bb61fcce99ecc71204d062 /sdext/source/presenter/PresenterSlidePreview.hxx
parent1dbb3884b49c50fc9ab23e825acb169cf28d243e (diff)
fdo#65457 - Provide visual clues in presenter view.
Change-Id: I225ae2dfa467df824d2586a05c8b8b576a43e8dc Reviewed-on: https://gerrit.libreoffice.org/4929 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
Diffstat (limited to 'sdext/source/presenter/PresenterSlidePreview.hxx')
-rw-r--r--sdext/source/presenter/PresenterSlidePreview.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdext/source/presenter/PresenterSlidePreview.hxx b/sdext/source/presenter/PresenterSlidePreview.hxx
index d98a4860ac19..d6117d19a173 100644
--- a/sdext/source/presenter/PresenterSlidePreview.hxx
+++ b/sdext/source/presenter/PresenterSlidePreview.hxx
@@ -123,6 +123,7 @@ private:
size.
*/
css::uno::Reference<css::rendering::XBitmap> mxPreview;
+ boost::shared_ptr<PresenterBitmapContainer> mpBitmaps;
/** The current slide for which a preview is displayed. This may or
may not be the same as the current slide of the PresenterView.