[Libreoffice-commits] core.git: sd/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 10 22:29:44 UTC 2020


 sd/qa/unit/sdmodeltestbase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1d8ddf14277996aac3aa2de12e8811c39d2a3f84
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 10 22:29:42 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Jan 10 23:29:12 2020 +0100

    Fix typo
    
    Change-Id: I52446e80b306f3523b330c45551d7d691e87a5c1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86584
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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:


More information about the Libreoffice-commits mailing list