summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-28 21:11:38 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-01 22:38:59 +0200
commit2aed7abb64ded178850f1ecaff98986357086b68 (patch)
treee7c36215d7f5a1ed7ba0c34fd6056edf701bf2d9 /connectivity/source/inc
parent10d3c43ff169b0c250f22d07fadd0edd86a8d2d2 (diff)
Fix typo
Change-Id: I20e6de52e8244ef118973671cd25fb9fc6f3e22f Reviewed-on: https://gerrit.libreoffice.org/71632 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/java/LocalRef.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/inc/java/LocalRef.hxx b/connectivity/source/inc/java/LocalRef.hxx
index 18beca5e6f36..e4db70263801 100644
--- a/connectivity/source/inc/java/LocalRef.hxx
+++ b/connectivity/source/inc/java/LocalRef.hxx
@@ -30,7 +30,7 @@ namespace connectivity { namespace jdbc
Note that this class never actually calls NewLocalRef. It is assumed that all objects
passed are already acquired with a local ref (as it usually is the case if you obtain
- the object from an JNI method).
+ the object from a JNI method).
*/
template< typename T >
class LocalRef final