summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-11-10 18:57:26 +0100
committerJan Holesovsky <kendy@collabora.com>2018-12-10 12:12:52 +0100
commit1a5b2d2b6f28ec33c5e100fbc5b0c3438df6b006 (patch)
tree7d140891da23f8d46915e08febf229f52d501385 /filter
parent89161e4d5835b93f0942e960a116a0d3863cc55c (diff)
Introduce client-server message for requesting the selected shape as SVG
It works for Impress only now. Change-Id: I95e3e37ae7df49b567108f6d6467038b715e886d
Diffstat (limited to 'filter')
-rw-r--r--filter/source/svg/svgfilter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/svg/svgfilter.cxx b/filter/source/svg/svgfilter.cxx
index cba3d3210ad9..2ce0c1be2919 100644
--- a/filter/source/svg/svgfilter.cxx
+++ b/filter/source/svg/svgfilter.cxx
@@ -120,6 +120,7 @@ sal_Bool SAL_CALL SVGFilter::filter( const Sequence< PropertyValue >& rDescripto
{
// #i124608# extract single selection wanted from dialog return values
rDescriptor[nInd].Value >>= bSelectionOnly;
+ bPageProvided = false;
}
else if (rDescriptor[nInd].Name == "PagePos")
{