diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-07 16:30:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-09-07 19:08:44 +0200 |
commit | 91d755d26395faaa7c9709be3ba67ca87eb69ad3 (patch) | |
tree | 60052e08c0e027967f437dbebbbc52dc9245123f /sd/source | |
parent | ded8925c012edc8e8696d49064d4360e8831a214 (diff) |
Fix typos
Change-Id: I855b26e447a8406cbab6f4c7f918b3319debba35
Reviewed-on: https://gerrit.libreoffice.org/42034
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/view/sdwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index 92c0be3b69bd..e5cfc408c57a 100644 --- a/sd/source/ui/view/sdwindow.cxx +++ b/sd/source/ui/view/sdwindow.cxx @@ -836,7 +836,7 @@ void Window::DataChanged( const DataChangedEvent& rDCEvt ) if ( (rDCEvt.GetType() == DataChangedEventType::FONTS) || (rDCEvt.GetType() == DataChangedEventType::FONTSUBSTITUTION) ) { - /* Do reformating since the fonts of the document may no longer + /* Do reformatting since the fonts of the document may no longer exist, or exist now, or are replaced with others. */ if( mpViewShell ) { |