summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/common/WPXSvInputStream.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx
index b1a2a5d74c4f..cee4a342e440 100644
--- a/writerperfect/source/common/WPXSvInputStream.cxx
+++ b/writerperfect/source/common/WPXSvInputStream.cxx
@@ -425,8 +425,8 @@ private:
bool isZip();
void ensureZipIsInitialized();
- librevenge::RVNGInputStream *createWPXStream(const SotStorageStreamRef &rxStorage);
- librevenge::RVNGInputStream *createWPXStream(const Reference<XInputStream> &rxStream);
+ static librevenge::RVNGInputStream *createWPXStream(const SotStorageStreamRef &rxStorage);
+ static librevenge::RVNGInputStream *createWPXStream(const Reference<XInputStream> &rxStream);
private:
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > mxStream;