Kaydet (Commit) 5d6532a9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 8636e246
......@@ -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
......
......@@ -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);
......
......@@ -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);
......
......@@ -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);
......
......@@ -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);
......
......@@ -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( );
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment