diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-07-24 14:34:59 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-06 10:23:01 +0100 |
commit | 17081d1aff72fa7c0c5b5a71cace87826ed8b17b (patch) | |
tree | 2a81c5ceaf167ca16b1d455774093797814e5bae /sd | |
parent | fa189184fd1f139986aab32531ab19f03223d312 (diff) |
Enabled slide switching from cover flow, + fixes.
Change-Id: I4cb520a3c014ff54a36dbab6cdb35b70a8996e8e
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/ImagePreparer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx index 9497f879e51c..b81ff7717340 100644 --- a/sd/source/ui/remotecontrol/ImagePreparer.cxx +++ b/sd/source/ui/remotecontrol/ImagePreparer.cxx @@ -58,7 +58,7 @@ void ImagePreparer::execute() void ImagePreparer::sendPreview( sal_uInt32 aSlideNumber ) { sal_uInt64 aSize; - uno::Sequence<sal_Int8> aImageData = preparePreview( aSlideNumber, 140, 100, + uno::Sequence<sal_Int8> aImageData = preparePreview( aSlideNumber, 320, 240, aSize ); if ( !xController->isRunning() ) return; |