Kaydet (Commit) c1a204e7 authored tarafından Noel Grandin's avatar Noel Grandin

readonly maPublicId in RecordInputSource

since
    commit 3381981e
    Date:   Thu Jan 17 07:06:10 2008 +0000
    #i10000# Bring module to HEAD.

Change-Id: I2ea7e1e3c284c03be369fc7cb29fa70b3d671009
Reviewed-on: https://gerrit.libreoffice.org/42834Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 29050794
...@@ -44,7 +44,6 @@ namespace prv { ...@@ -44,7 +44,6 @@ namespace prv {
struct RecordInputSource struct RecordInputSource
{ {
BinaryInputStreamRef mxInStream; BinaryInputStreamRef mxInStream;
OUString maPublicId;
OUString maSystemId; OUString maSystemId;
}; };
......
...@@ -80,7 +80,7 @@ sal_Int32 SAL_CALL Locator::getLineNumber() ...@@ -80,7 +80,7 @@ sal_Int32 SAL_CALL Locator::getLineNumber()
OUString SAL_CALL Locator::getPublicId() OUString SAL_CALL Locator::getPublicId()
{ {
checkDispose(); checkDispose();
return mpParser->getInputSource().maPublicId; return OUString();
} }
OUString SAL_CALL Locator::getSystemId() OUString SAL_CALL Locator::getSystemId()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment