diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-17 11:36:53 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-05-17 11:36:53 +0200 |
commit | ca0da38c1739df56494859212c662a2e92ab4d28 (patch) | |
tree | 6cb2da476025a1e6d635b87683196a6f653d5e5c | |
parent | 9288886b01907545e22b98dca1dc666a11d71e55 (diff) |
loplugin:commaoperator, this should have been a |
Change-Id: If0d6e896752ec564df6f32f4b871c3f3dde1a825
-rw-r--r-- | sc/qa/unit/helper/qahelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/helper/qahelper.hxx b/sc/qa/unit/helper/qahelper.hxx index 101df14d69e2..9929c6c800c1 100644 --- a/sc/qa/unit/helper/qahelper.hxx +++ b/sc/qa/unit/helper/qahelper.hxx @@ -51,7 +51,7 @@ #define DIF_FORMAT_TYPE (SfxFilterFlags::IMPORT | SfxFilterFlags::EXPORT | SfxFilterFlags::ALIEN ) #define XLS_XML_FORMAT_TYPE (SfxFilterFlags::IMPORT | SfxFilterFlags::EXPORT | SfxFilterFlags::ALIEN) #define XLSB_XML_FORMAT_TYPE (SfxFilterFlags::IMPORT | SfxFilterFlags::ALIEN | SfxFilterFlags::STARONEFILTER | SfxFilterFlags::PREFERED) -#define FODS_FORMAT_TYPE (SfxFilterFlags::IMPORT | SfxFilterFlags::EXPORT | SfxFilterFlags::OWN, SfxFilterFlags::STARONEFILTER ) +#define FODS_FORMAT_TYPE (SfxFilterFlags::IMPORT | SfxFilterFlags::EXPORT | SfxFilterFlags::OWN | SfxFilterFlags::STARONEFILTER ) #define FORMAT_ODS 0 #define FORMAT_XLS 1 |