diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2012-07-23 14:53:06 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-06 10:23:00 +0100 |
commit | c67a772da68c75333b3aae73ee3d6f3f835552c5 (patch) | |
tree | 70394b98372594a5bd5f6a24b2cfca3848fafbac /sd/source/ui/remotecontrol/ImagePreparer.cxx | |
parent | 3e0b7a7141c3ab6012f2f16811f8daecd6d84fa2 (diff) |
Fixed thumbnail control. Changed thumbnail activity to fragment.
Change-Id: I4e8a9d37f3b418728404b7fab4f7b6e3c3b5e5b9
Diffstat (limited to 'sd/source/ui/remotecontrol/ImagePreparer.cxx')
-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 a42be1f5c135..9497f879e51c 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, 160, 120, + uno::Sequence<sal_Int8> aImageData = preparePreview( aSlideNumber, 140, 100, aSize ); if ( !xController->isRunning() ) return; |