summaryrefslogtreecommitdiffstats
path: root/package/inc/ZipOutputEntry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/ZipOutputEntry.hxx')
-rw-r--r--package/inc/ZipOutputEntry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipOutputEntry.hxx b/package/inc/ZipOutputEntry.hxx
index cac0c2ffa584..14882bef9cdc 100644
--- a/package/inc/ZipOutputEntry.hxx
+++ b/package/inc/ZipOutputEntry.hxx
@@ -72,7 +72,7 @@ public:
void createBufferFile();
void setParallelDeflateException(const ::css::uno::Any &rAny) { m_aParallelDeflateException = rAny; }
css::uno::Reference< css::io::XInputStream > getData() const;
- ::css::uno::Any getParallelDeflateException() const { return m_aParallelDeflateException; }
+ const css::uno::Any& getParallelDeflateException() const { return m_aParallelDeflateException; }
void closeBufferFile();
void deleteBufferFile();