diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-06-19 21:43:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-06-20 12:23:39 +0200 |
commit | 6e5e83025c948b699bb65839ef810a45a98ba014 (patch) | |
tree | d46e1ea731ce9e6ed0f809f33b0e7134936f62bf /include/vcl/ppdparser.hxx | |
parent | cb5c2d204b5dde6eff5d9ecfe46701eb8a82896f (diff) |
forcepoint: rework to explore loop
Change-Id: I14f6a3269fc3347a9976d899519e74f58d5975c8
Reviewed-on: https://gerrit.libreoffice.org/56125
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/ppdparser.hxx')
-rw-r--r-- | include/vcl/ppdparser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/ppdparser.hxx b/include/vcl/ppdparser.hxx index 78f47417ae84..b0bddea9acb1 100644 --- a/include/vcl/ppdparser.hxx +++ b/include/vcl/ppdparser.hxx @@ -261,7 +261,7 @@ public: // for printer setup char* getStreamableBuffer( sal_uLong& rBytes ) const; - void rebuildFromStreamBuffer( char* pBuffer, sal_uLong nBytes ); + void rebuildFromStreamBuffer(const std::vector<char> &rBuffer); // convenience int getRenderResolution() const; |