diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 13:05:24 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 15:37:24 +0200 |
commit | dd2b3210127b57ccb1953403a075783faf8c0ae0 (patch) | |
tree | 8fc5c3d8c9e741e152839a969176bb8fa0827916 /sfx2 | |
parent | d10e8fb97981d12ff62eddebd4300f21c49a71c6 (diff) |
Fix typos
Change-Id: Ibe3cd52117f7f47e1806bde76114cb1644d78763
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100969
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 0d2dcb2e5afa..d5041c7c7e2c 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -1474,7 +1474,7 @@ void SfxViewFrame::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) pDispat->SetReadOnly_Impl( bIsReadOnly ); // Only force and Dispatcher-Update, if it is done next - // anyway, otherwise flickering or GPF is possibel since + // anyway, otherwise flickering or GPF is possible since // the Writer for example prefers in Resize perform some // actions which has a SetReadOnlyUI in Dispatcher as a // result! |