summaryrefslogtreecommitdiff
path: root/writerperfect/source/draw
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/source/draw
parent05adc066ec8cbc0609e26ba0ddb2d8e766549309 (diff)
astyle
Change-Id: Ib237a5f02b64b93bd2994cd98f29938c3a0904ae
Diffstat (limited to 'writerperfect/source/draw')
-rw-r--r--writerperfect/source/draw/StarOfficeDrawImportFilter.cxx2
-rw-r--r--writerperfect/source/draw/ZMFImportFilter.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/writerperfect/source/draw/StarOfficeDrawImportFilter.cxx b/writerperfect/source/draw/StarOfficeDrawImportFilter.cxx
index 57dfb7f070b2..bded190f5fda 100644
--- a/writerperfect/source/draw/StarOfficeDrawImportFilter.cxx
+++ b/writerperfect/source/draw/StarOfficeDrawImportFilter.cxx
@@ -83,7 +83,7 @@ throw (RuntimeException, std::exception)
Sequence< OUString > SAL_CALL StarOfficeDrawImportFilter::getSupportedServiceNames()
throw (RuntimeException, std::exception)
{
- return Sequence< OUString >{"com.sun.star.document.ImportFilter", "com.sun.star.document.ExtendedTypeDetection"};
+ return Sequence< OUString > {"com.sun.star.document.ImportFilter", "com.sun.star.document.ExtendedTypeDetection"};
}
extern "C"
diff --git a/writerperfect/source/draw/ZMFImportFilter.cxx b/writerperfect/source/draw/ZMFImportFilter.cxx
index 0eabfc1c5ffb..8c6e0294eb4b 100644
--- a/writerperfect/source/draw/ZMFImportFilter.cxx
+++ b/writerperfect/source/draw/ZMFImportFilter.cxx
@@ -54,7 +54,7 @@ throw (RuntimeException, std::exception)
Sequence< OUString > SAL_CALL ZMFImportFilter::getSupportedServiceNames()
throw (RuntimeException, std::exception)
{
- return Sequence< OUString >{"com.sun.star.document.ImportFilter", "com.sun.star.document.ExtendedTypeDetection"};
+ return Sequence< OUString > {"com.sun.star.document.ImportFilter", "com.sun.star.document.ExtendedTypeDetection"};
}
extern "C"