summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bento.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-01-20 21:09:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-01-21 21:16:31 +0100
commit6d6421d3e66aa012cd0ca0d903c3825e4212c643 (patch)
tree6ddf19b25bf1ad64985fc859a769258656bbf877 /lotuswordpro/source/filter/bento.hxx
parent398b0195b7833ca8fab29a600954c84527b25cf9 (diff)
rework to remove intermediate stream
Change-Id: I6ff66cf6ea6ac38f7c36da7668b612b2062e4852 Reviewed-on: https://gerrit.libreoffice.org/48257 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'lotuswordpro/source/filter/bento.hxx')
-rw-r--r--lotuswordpro/source/filter/bento.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx
index f1cd48b4abae..4608b9b21996 100644
--- a/lotuswordpro/source/filter/bento.hxx
+++ b/lotuswordpro/source/filter/bento.hxx
@@ -221,7 +221,7 @@ public: // Internal methods
LtcUtBenValueStream * FindNextValueStreamWithPropertyName(const char * sPropertyName);
LtcUtBenValueStream * FindValueStreamWithPropertyName(const char * sPropertyName);
- SvMemoryStream* CreateGraphicStream(const char *pObjectName);
+ std::vector<sal_uInt8> GetGraphicData(const char *pObjectName);
sal_uLong GetSize() const { return m_ulLength; }
private: // Data