summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShubham Goyal <22shubh22@gmail.com>2019-07-25 07:56:59 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-08-22 13:45:28 +0200
commit437fe778a81f3c39b8b259acd2d960c285d4f244 (patch)
tree2097fb4382d96889af6f1263e42703b938375822 /include
parentbf1638f8fc629fa211a8c57f962b9a3c4c40152f (diff)
QR Code : ODF import/export
Change-Id: I6c1ae63a89d5ed34d2fa245279d4552949bb64a7 Reviewed-on: https://gerrit.libreoffice.org/74853 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/shapeexport.hxx1
-rw-r--r--include/xmloff/xmltoken.hxx3
2 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/shapeexport.hxx b/include/xmloff/shapeexport.hxx
index 13e7bda71318..67a57899f30c 100644
--- a/include/xmloff/shapeexport.hxx
+++ b/include/xmloff/shapeexport.hxx
@@ -191,6 +191,7 @@ private:
SAL_DLLPRIVATE void ImpExportDescription( const css::uno::Reference< css::drawing::XShape >& xShape ); // #i68101#
SAL_DLLPRIVATE void ImpExportGluePoints( const css::uno::Reference< css::drawing::XShape >& xShape );
SAL_DLLPRIVATE void ImpExportSignatureLine(const css::uno::Reference<css::drawing::XShape>& xShape);
+ SAL_DLLPRIVATE void ImpExportQRCode(const css::uno::Reference<css::drawing::XShape>& xShape);
// single shape exporters
SAL_DLLPRIVATE void ImpExportGroupShape( const css::uno::Reference< css::drawing::XShape >& xShape, XMLShapeExportFlags nFeatures = SEF_DEFAULT, css::awt::Point* pRefPoint = nullptr );
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx
index 83ebc3395ebb..098dc30fecad 100644
--- a/include/xmloff/xmltoken.hxx
+++ b/include/xmloff/xmltoken.hxx
@@ -1501,6 +1501,9 @@ namespace xmloff { namespace token {
XML_PUNCTUATION_WRAP,
XML_PURPLE,
XML_PYRAMID,
+ XML_QRCODE,
+ XML_QRCODE_BORDER,
+ XML_QRCODE_ERROR_CORRECTION,
XML_QUARTER,
XML_QUERY_NAME,
XML_QUO_VADIS,