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(-)
New commits: commit 5d6532a94b6737c9fe453bc42beb27c6a83e5119 Author: Tor Lillqvist <[email protected]> Date: Sat Mar 11 10:12:45 2017 +0200 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 diff --git a/offapi/com/sun/star/text/MailMerge.idl b/offapi/com/sun/star/text/MailMerge.idl index 9741182..e7691c4 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. <p>This property is only evaluated for file output.</p> @since OOo 2.0 diff --git a/sd/source/ui/inc/SlideSorterViewShell.hxx b/sd/source/ui/inc/SlideSorterViewShell.hxx index c6f1eb9..ae6be10 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<LinkParamNone*,void>& rListener); diff --git a/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx index 18a1b2e..4801d80 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<LinkParamNone*,void>& rListener); diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx index 4cd0c6c..6d8149a7 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<LinkParamNone*,void>& rListener); diff --git a/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx b/sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx index b0b5f55..1b541ca 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<LinkParamNone*,void>& rListener); diff --git a/sw/source/core/view/vnew.cxx b/sw/source/core/view/vnew.cxx index ba003b2..88d593b 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 d6747fa..6eff57a 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
