summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-26 16:44:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-27 09:06:44 +0200
commitc1a204e71e5c9d7391469fd1dd9d79948df6eef9 (patch)
tree3fdcfbd703f6b2a074db208244fd9f03dd1d75fd /include/oox
parent290507945df40b3890396835ef99185e6ed70f31 (diff)
readonly maPublicId in RecordInputSource
since commit 3381981e76873304b171f7df900561dac681d2af Date: Thu Jan 17 07:06:10 2008 +0000 #i10000# Bring module to HEAD. Change-Id: I2ea7e1e3c284c03be369fc7cb29fa70b3d671009 Reviewed-on: https://gerrit.libreoffice.org/42834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/core/recordparser.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/oox/core/recordparser.hxx b/include/oox/core/recordparser.hxx
index 637890aa0361..e0069a6ebe9f 100644
--- a/include/oox/core/recordparser.hxx
+++ b/include/oox/core/recordparser.hxx
@@ -44,7 +44,6 @@ namespace prv {
struct RecordInputSource
{
BinaryInputStreamRef mxInStream;
- OUString maPublicId;
OUString maSystemId;
};