summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-01 01:03:58 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-14 08:08:30 +0200
commit40cb28a7d564653e90cb1377e98c0c6f7a0eff6b (patch)
treeaabb6d634246ce6e129b426dc5cefbf3c4ff798f /dbaccess
parent00685f14577d3d25881b48458a15f1485a9ae7f6 (diff)
Fix typos
Change-Id: I981cfdf97d132afdd4d3729ec76b6a3f4c62909a Reviewed-on: https://gerrit.libreoffice.org/52210 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/relationdesign/RTableConnectionData.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
index 8c4a56d41348..741c36adebf6 100644
--- a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
+++ b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
@@ -248,7 +248,7 @@ bool ORelationTableConnectionData::Update()
return false;
}
- // reassign the keys because the orientaion could be changed
+ // reassign the keys because the orientation could be changed
Reference<XPropertySet> xTableProp(getReferencingTable()->getTable());
Reference< XIndexAccess> xKeys ( getReferencingTable()->getKeys());