summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.hxx
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2020-12-10 21:05:49 +0100
committerAndras Timar <andras.timar@collabora.com>2020-12-14 16:28:53 +0100
commit80d37706ac65dc3438398bdb543e3a5e5e866c63 (patch)
treec969aa6cd5b604cd4d82d613c4bc3ad8aa79932d /filter/source/svg/svgwriter.hxx
parent1663c19834fbff0b9bddfaa7f353c9a1e0589739 (diff)
impress: <count> variable not substituted in presentation on slideshow co-6.2-27
Change-Id: Ifa93c112dae217b65a874b37de7727e671da8b60 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107633 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'filter/source/svg/svgwriter.hxx')
-rw-r--r--filter/source/svg/svgwriter.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/source/svg/svgwriter.hxx b/filter/source/svg/svgwriter.hxx
index 687f6cae5676..e8396f16b886 100644
--- a/filter/source/svg/svgwriter.hxx
+++ b/filter/source/svg/svgwriter.hxx
@@ -248,6 +248,7 @@ class SVGTextWriter final
bool mbIsURLField;
OUString msUrl;
OUString msHyperlinkIdList;
+ OUString msPageCount;
bool mbIsPlaceholderShape;
static const bool mbIWS = false;
vcl::Font maCurrentFont;