Kaydet (Commit) 76b116e5 authored tarafından Eike Rathke's avatar Eike Rathke

oops..

Change-Id: I78c5bff1cc7503de066b151658f01fdc5d4b303b
Reviewed-on: https://gerrit.libreoffice.org/42490Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst cb6cbbd5
......@@ -83,7 +83,7 @@ uno::Any DocumentToGraphicRenderer::getSelection() const
{
uno::Any aSelection;
if (hasSelection())
aSelection <<= maSelection;
aSelection = maSelection;
else
aSelection <<= mxDocument; // default: render whole document
return aSelection;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment