summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-03-11 10:12:45 +0200
committerTor Lillqvist <tml@collabora.com>2017-03-11 10:14:26 +0200
commit5d6532a94b6737c9fe453bc42beb27c6a83e5119 (patch)
tree55b0232d253f62450b216763e91b49ec11682663
parent8636e2462d9a8f7ed092246cc152030467d96515 (diff)
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
-rw-r--r--offapi/com/sun/star/text/MailMerge.idl2
-rw-r--r--sd/source/ui/inc/SlideSorterViewShell.hxx2
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsFocusManager.hxx2
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx2
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx2
-rw-r--r--sw/source/core/view/vnew.cxx2
-rw-r--r--winaccessibility/source/service/AccListEventListener.cxx2
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.
<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 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<LinkParamNone*,void>& 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<LinkParamNone*,void>& 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<LinkParamNone*,void>& 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<LinkParamNone*,void>& 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: