diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-10 22:29:42 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-10 23:29:12 +0100 |
commit | 1d8ddf14277996aac3aa2de12e8811c39d2a3f84 (patch) | |
tree | 2ff59db5593d797611bd6a3c5d51888e099532d9 /sd/qa | |
parent | 5176aa6ca0282d4645d727f939375e66aea4ad80 (diff) |
Fix typo
Change-Id: I52446e80b306f3523b330c45551d7d691e87a5c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86584
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/sdmodeltestbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/sdmodeltestbase.hxx b/sd/qa/unit/sdmodeltestbase.hxx index bdb800953e01..1bb6828a53ea 100644 --- a/sd/qa/unit/sdmodeltestbase.hxx +++ b/sd/qa/unit/sdmodeltestbase.hxx @@ -101,7 +101,7 @@ FileFormat aFileFormats[] = #define PPTM 9 #define POTX 10 -/// Base class for filter tests loading or roundtriping a document, and asserting the document model. +/// Base class for filter tests loading or roundtripping a document, and asserting the document model. class SdModelTestBase : public test::BootstrapFixture, public unotest::MacrosTest { private: |