diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-15 09:06:34 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-23 13:08:48 +0200 |
commit | a880ec813114c204303a5b2a27909ab7f9e027de (patch) | |
tree | f5942b76bcc6ccbe970d18e7e107c78990db44f3 /writerperfect | |
parent | 79ed057b955a8d23e8289b9a5898c8bdaebabbfa (diff) |
loplugin:staticmethods
Change-Id: Id7fc12bc61c6e803f45cc60556d9cf54ac2e529f
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/common/WPXSvInputStream.cxx | 4 |
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; |