summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );