diff options
author | David Tardon <dtardon@redhat.com> | 2016-09-09 10:15:43 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-09-09 12:14:04 +0200 |
commit | b42af6cee1d2c8a2bdb37d1a6e7e53704b839ee2 (patch) | |
tree | 0cc4ccf67925973886b63bfb0638cc9cf49706e9 /writerperfect/inc | |
parent | 05adc066ec8cbc0609e26ba0ddb2d8e766549309 (diff) |
astyle
Change-Id: Ib237a5f02b64b93bd2994cd98f29938c3a0904ae
Diffstat (limited to 'writerperfect/inc')
-rw-r--r-- | writerperfect/inc/WPXSvInputStream.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/writerperfect/inc/WPXSvInputStream.hxx b/writerperfect/inc/WPXSvInputStream.hxx index 06eddfd09d14..9bbefbb35bd6 100644 --- a/writerperfect/inc/WPXSvInputStream.hxx +++ b/writerperfect/inc/WPXSvInputStream.hxx @@ -38,7 +38,7 @@ class WPXSvInputStreamImpl; class WRITERPERFECT_DLLPUBLIC WPXSvInputStream : public librevenge::RVNGInputStream { public: - WPXSvInputStream(css::uno::Reference< css::io::XInputStream > const & xStream); + WPXSvInputStream(css::uno::Reference< css::io::XInputStream > const &xStream); virtual ~WPXSvInputStream(); virtual bool isStructured() override; |