summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2018-11-10 18:57:26 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-06-20 18:05:14 +0200
commitf179a1ee833598d3510e8b36835836d08767a8b7 (patch)
tree56a35a01177d0f21cefa271283d1c6393c8d687c /filter
parent733db098ddce73d951b64fff4b98daddbc0a5979 (diff)
Introduce client-server message for requesting the selected shape as SVG
It works for Impress only now. Change-Id: I95e3e37ae7df49b567108f6d6467038b715e886d (cherry picked from commit 1a5b2d2b6f28ec33c5e100fbc5b0c3438df6b006)
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 4f7b8982f1ae..ebcc522fbbca 100644
--- a/filter/source/svg/svgfilter.cxx
+++ b/filter/source/svg/svgfilter.cxx
@@ -341,6 +341,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")
{