summaryrefslogtreecommitdiff
path: root/writerperfect/source/common/WPXSvInputStream.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2015-10-06 09:08:33 +0200
committerDavid Tardon <dtardon@redhat.com>2015-10-06 09:11:04 +0200
commiteed51624b380bdb0d831be91b24b1129de71489f (patch)
treeb137b11a7a227b167ff55d9b560284297ac1384d /writerperfect/source/common/WPXSvInputStream.cxx
parenteb6381435fb06c232bdc6b42c2bf0cd711c0bbbd (diff)
astyle
Change-Id: Ib3d4456edf72347e27616d13c89978075c324d63
Diffstat (limited to 'writerperfect/source/common/WPXSvInputStream.cxx')
-rw-r--r--writerperfect/source/common/WPXSvInputStream.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx
index 584627debda7..99a01069a43e 100644
--- a/writerperfect/source/common/WPXSvInputStream.cxx
+++ b/writerperfect/source/common/WPXSvInputStream.cxx
@@ -61,9 +61,11 @@ PositionHolder::PositionHolder(const Reference<XSeekable> &rxSeekable)
PositionHolder::~PositionHolder()
{
- try {
+ try
+ {
mxSeekable->seek(mnPosition);
- } catch (...) {}
+ }
+ catch (...) {}
}
} // anonymous namespace