diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-24 16:53:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-10-24 22:28:46 +0200 |
commit | 6f901c26f34cc1d6176850b11bd0c58d7be65218 (patch) | |
tree | 509cd5b4d6743b4186121a1f591460cda48f8a5a /sd | |
parent | c8feee4e5c98fd0d46c83f8452fb2215d56e9d93 (diff) |
Fix typos
Change-Id: I64cfe4c24d3abb4a8445fd2e7b832b2bdb0b40d3
Reviewed-on: https://gerrit.libreoffice.org/62310
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/futext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/futext.cxx b/sd/source/ui/func/futext.cxx index 6d738f3f4240..437f0ccee25f 100644 --- a/sd/source/ui/func/futext.cxx +++ b/sd/source/ui/func/futext.cxx @@ -1288,7 +1288,7 @@ void FuText::ReceiveRequest(SfxRequest& rReq) && static_cast<const SfxUInt16Item&>( pArgs->Get(SID_TEXTEDIT)).GetValue() == 2) { - // selection wit double click -> do not allow QuickDrag + // selection with double click -> do not allow QuickDrag bQuickDrag = false; } |