diff options
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 ) { |