[Libreoffice-commits] core.git: odk/docs svx/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 18 18:41:28 UTC 2019


 odk/docs/install.html          |    2 +-
 svx/source/table/svdotable.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 790e47a545f610a82cd3fa76cf39223dc4782a99
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 18 18:09:38 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 18 19:40:00 2019 +0100

    Fix typo
    
    Change-Id: Ia721484c9c39d62e939bb3f5628c8dcaa89d5603
    Reviewed-on: https://gerrit.libreoffice.org/85417
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/odk/docs/install.html b/odk/docs/install.html
index 1ed78676f68d..eef4cbfe7833 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -232,7 +232,7 @@
                               and directories (SDK, LibreOffice, GNU make, Java,
                               C++), in order to prepare a working SDK
                               environment. (On Unix-like systems, the configure script recursively
-                              starts a new interactive shell with the relevent environment variables
+                              starts a new interactive shell with the relevant environment variables
                               set; this is not needed on Windows.)
                               After completing the configure script
                               once, the newly created script is always used to
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index 2538b798c55c..50fb4cc94f39 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -439,7 +439,7 @@ SdrTableObjImpl& SdrTableObjImpl::operator=( const SdrTableObjImpl& rSource )
 
     if(!xNewTableStyle.is() && rSource.mxTableStyle.is()) try
     {
-        // search in traget SdrModel for that TableStyle
+        // search in target SdrModel for that TableStyle
         const OUString sStyleName( Reference< XNamed >( rSource.mxTableStyle, UNO_QUERY_THROW )->getName() );
         Reference< XStyleFamiliesSupplier > xSFS(rTargetSdrModel.getUnoModel(), UNO_QUERY_THROW );
         Reference< XNameAccess > xFamilyNameAccess( xSFS->getStyleFamilies(), css::uno::UNO_SET_THROW );


More information about the Libreoffice-commits mailing list