summaryrefslogtreecommitdiff
path: root/forms/source/runtime
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 18:50:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:24:07 +0200
commit39214c54efbefb1d78754ad14f936882c326a482 (patch)
tree3ede90b6c7cb8d156f41fd1849e33b433050fc1d /forms/source/runtime
parent22ef2a15bb5cae4b877449237bb8d3e41f2d49db (diff)
Typos
Mainly fixing '....' and '..' Change-Id: Ic928701b319868671b826d757dd94c296fd5e942 Reviewed-on: https://gerrit.libreoffice.org/78668 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms/source/runtime')
-rw-r--r--forms/source/runtime/formoperations.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index e8a6463a8f48..8ae085794f43 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -585,9 +585,9 @@ namespace frm
case FormFeature::MoveToLast:
{
/*
- // TODO: re-implement this .....
- // run in an own thread if ...
- // ... the data source is thread safe ...
+ // TODO: re-implement this...
+ // run in an own thread if...
+ // ... the data source is thread safe...
sal_Bool bAllowOwnThread = sal_False;
if ( ::comphelper::hasProperty( PROPERTY_THREADSAFE, m_xCursorProperties ) )
m_xCursorProperties->getPropertyValue( PROPERTY_THREADSAFE ) >>= bAllowOwnThread;