diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:58:38 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:33:31 +0000 |
commit | e01ef3e51e931683326aa47022a84c667036524a (patch) | |
tree | 4d82f1a8eaa48600e58b32aa7cc57a330cbcc533 /sfx2/source/appl/shutdownicon.cxx | |
parent | 185f207ef17d58ea81d0c17c1a37cf14647cc71a (diff) |
Fix typos
Change-Id: Iea53373ab35bbd0189a6de1cb06ed632178a3e20
Reviewed-on: https://gerrit.libreoffice.org/18975
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/source/appl/shutdownicon.cxx')
-rw-r--r-- | sfx2/source/appl/shutdownicon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx index 572f4ca4cddf..b90865308d58 100644 --- a/sfx2/source/appl/shutdownicon.cxx +++ b/sfx2/source/appl/shutdownicon.cxx @@ -416,7 +416,7 @@ IMPL_LINK_TYPED( ShutdownIcon, DialogClosedHdl_Impl, FileDialogHelper*, /*unused xPickerControls->getValue( ExtendedFilePickerElementIds::CHECKBOX_READONLY, 0 ) >>= bReadOnly; - // Only set porperty if readonly is set to TRUE + // Only set property if readonly is set to TRUE if ( bReadOnly ) { |