diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-26 16:44:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-09-27 09:06:44 +0200 |
commit | c1a204e71e5c9d7391469fd1dd9d79948df6eef9 (patch) | |
tree | 3fdcfbd703f6b2a074db208244fd9f03dd1d75fd /oox/source | |
parent | 290507945df40b3890396835ef99185e6ed70f31 (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 'oox/source')
-rw-r--r-- | oox/source/core/recordparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/recordparser.cxx b/oox/source/core/recordparser.cxx index 0f6e463d693d..e0d7858e211e 100644 --- a/oox/source/core/recordparser.cxx +++ b/oox/source/core/recordparser.cxx @@ -80,7 +80,7 @@ sal_Int32 SAL_CALL Locator::getLineNumber() OUString SAL_CALL Locator::getPublicId() { checkDispose(); - return mpParser->getInputSource().maPublicId; + return OUString(); } OUString SAL_CALL Locator::getSystemId() |