From 5d6532a94b6737c9fe453bc42beb27c6a83e5119 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 11 Mar 2017 10:12:45 +0200 Subject: Fix (German?) spelling mistakes in comments: s/save/safe (the adjective) Might be more of them left, I found these by looking for "is save" or "it save". Many more potential misspellings of "Safe" as "Save" in identifiers are left. Need to check individually which of them actually mean "Safe", which mean "Saved" perhaps. Change-Id: I5d3791ea2df2e1d485f65400404972b72af45aec --- offapi/com/sun/star/text/MailMerge.idl | 2 +- sd/source/ui/inc/SlideSorterViewShell.hxx | 2 +- sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx | 2 +- sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx | 2 +- sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx | 2 +- sw/source/core/view/vnew.cxx | 2 +- winaccessibility/source/service/AccListEventListener.cxx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/offapi/com/sun/star/text/MailMerge.idl b/offapi/com/sun/star/text/MailMerge.idl index 97411822aa99..e7691c4b7769 100644 --- a/offapi/com/sun/star/text/MailMerge.idl +++ b/offapi/com/sun/star/text/MailMerge.idl @@ -329,7 +329,7 @@ published service MailMerge - /** determines that the output of the mail merge is save in one single file. + /** determines that the output of the mail merge is saved in one single file.

This property is only evaluated for file output.

@since OOo 2.0 diff --git a/sd/source/ui/inc/SlideSorterViewShell.hxx b/sd/source/ui/inc/SlideSorterViewShell.hxx index c6f1eb97cded..ae6be10dfbf9 100644 --- a/sd/source/ui/inc/SlideSorterViewShell.hxx +++ b/sd/source/ui/inc/SlideSorterViewShell.hxx @@ -168,7 +168,7 @@ public: /** Remove a listener that was called when the selection of the slide sorter changes. @param rListener - It is save to pass a listener that was not added are has been + It is safe to pass a listener that was not added are has been removed previously. Such calls are ignored. */ void RemoveSelectionChangeListener (const Link& rListener); diff --git a/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx index 18a1b2e8215f..4801d80956ab 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx @@ -145,7 +145,7 @@ public: /** Remove a focus change listener. @param rListener - It is save to pass a listener that was not added are has been + It is safe to pass a listener that was not added are has been removed previously. Such calls are ignored. */ void RemoveFocusChangeListener (const Link& rListener); diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx index 4cd0c6ca9054..6d8149a7af4b 100644 --- a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx +++ b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx @@ -83,7 +83,7 @@ public: /** Remove a listener that was called when the selection of the slide sorter changes. @param rListener - It is save to pass a listener that was not added are has been + It is safe to pass a listener that was not added are has been removed previously. Such calls are ignored. */ void RemoveSelectionChangeListener (const Link& rListener); diff --git a/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx b/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx index b0b5f5534dbe..1b541ca36374 100644 --- a/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx +++ b/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx @@ -168,7 +168,7 @@ public: /** Remove a listener that is called when the set of visible slides changes. @param rListener - It is save to pass a listener that was not added or has been + It is safe to pass a listener that was not added or has been removed previously. Such calls are ignored. */ void RemoveVisibilityChangeListener (const Link& rListener); diff --git a/sw/source/core/view/vnew.cxx b/sw/source/core/view/vnew.cxx index ba003b21b2a8..88d593bafd12 100644 --- a/sw/source/core/view/vnew.cxx +++ b/sw/source/core/view/vnew.cxx @@ -45,7 +45,7 @@ void SwViewShell::Init( const SwViewOption *pNewOpt ) { mbDocSizeChgd = false; - // We play it save: Remove old font information whenever the printer + // We play it safe: Remove old font information whenever the printer // resolution or the zoom factor changes. For that, Init() and Reformat() // are the most secure places. pFntCache->Flush( ); diff --git a/winaccessibility/source/service/AccListEventListener.cxx b/winaccessibility/source/service/AccListEventListener.cxx index d6747faf5fa1..6eff57a7924e 100644 --- a/winaccessibility/source/service/AccListEventListener.cxx +++ b/winaccessibility/source/service/AccListEventListener.cxx @@ -56,7 +56,7 @@ void AccListEventListener::notifyEvent( const css::accessibility::AccessibleEve break; case AccessibleEventId::INVALIDATE_ALL_CHILDREN: // Since List items a transient a child events are mostly used - // to attach/detach listeners, it is save to ignore it here + // to attach/detach listeners, it is safe to ignore it here //TODO: investigate again break; case AccessibleEventId::VALUE_CHANGED: -- cgit