summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-18 18:09:38 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-18 19:40:00 +0100
commit790e47a545f610a82cd3fa76cf39223dc4782a99 (patch)
tree8442b437b4f76eab4fed309454f8474139053cd7
parentecd490b6e3e612df117e82675e63237685e3ca36 (diff)
Fix typo
Change-Id: Ia721484c9c39d62e939bb3f5628c8dcaa89d5603 Reviewed-on: https://gerrit.libreoffice.org/85417 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--odk/docs/install.html2
-rw-r--r--svx/source/table/svdotable.cxx2
2 files changed, 2 insertions, 2 deletions
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 );