summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/oox/core/recordparser.hxx1
-rw-r--r--oox/source/core/recordparser.cxx2
2 files changed, 1 insertions, 2 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;
};
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()