[Libreoffice-commits] core.git: xmloff/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue May 19 10:55:06 UTC 2020


 xmloff/source/style/PageMasterImportContext.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b64e29d5b7bc9338d3034d31774d1e077074fe3c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 19 12:17:08 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 19 12:54:17 2020 +0200

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

diff --git a/xmloff/source/style/PageMasterImportContext.cxx b/xmloff/source/style/PageMasterImportContext.cxx
index a30fafb712a5..2918d744856e 100644
--- a/xmloff/source/style/PageMasterImportContext.cxx
+++ b/xmloff/source/style/PageMasterImportContext.cxx
@@ -161,7 +161,7 @@ SvXMLImportContextRef PageStyleContext::CreateChildContext(
 
 void PageStyleContext::FillPropertySet(const uno::Reference<beans::XPropertySet > &)
 {
-    assert(false); // dont call this virtual, call function below
+    assert(false); // don't call this virtual, call function below
 }
 
 void PageStyleContext::FillPropertySet_PageStyle(


More information about the Libreoffice-commits mailing list