From c1a204e71e5c9d7391469fd1dd9d79948df6eef9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 26 Sep 2017 16:44:22 +0200 Subject: 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 Reviewed-by: Noel Grandin --- include/oox/core/recordparser.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/oox') 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; }; -- cgit