summaryrefslogtreecommitdiffstats
path: root/writerperfect/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-09-09 10:15:43 +0200
committerDavid Tardon <dtardon@redhat.com>2016-09-09 12:14:04 +0200
commitb42af6cee1d2c8a2bdb37d1a6e7e53704b839ee2 (patch)
tree0cc4ccf67925973886b63bfb0638cc9cf49706e9 /writerperfect/inc
parentuse std::unique_ptr (diff)
downloadcore-b42af6cee1d2c8a2bdb37d1a6e7e53704b839ee2.tar.gz
core-b42af6cee1d2c8a2bdb37d1a6e7e53704b839ee2.zip
astyle
Change-Id: Ib237a5f02b64b93bd2994cd98f29938c3a0904ae
Diffstat (limited to 'writerperfect/inc')
-rw-r--r--writerperfect/inc/WPXSvInputStream.hxx2
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;