[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.3-desktop' - filter/source
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 22 13:32:33 UTC 2019
filter/source/xsltfilter/OleHandler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3bf20599bb3afe03086e602ccebabd77b8896f71
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Aug 22 15:31:45 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Aug 22 15:31:45 2019 +0200
build fix
Change-Id: Ic0be0c6fd0d498b3f0512461480f166ad3f7b5f8
diff --git a/filter/source/xsltfilter/OleHandler.cxx b/filter/source/xsltfilter/OleHandler.cxx
index 057b69ada620..807a8a04fed1 100644
--- a/filter/source/xsltfilter/OleHandler.cxx
+++ b/filter/source/xsltfilter/OleHandler.cxx
@@ -97,7 +97,7 @@ namespace XSLT
OString SAL_CALL
OleHandler::encodeSubStorage(const OUString& streamName)
{
- if (!m_storage || !m_storage->hasByName(streamName))
+ if (!m_storage.is() || !m_storage->hasByName(streamName))
{
return "Not Found:";// + streamName;
}
More information about the Libreoffice-commits
mailing list