From 70e4329d0479305f16158a63878f335ee9232a5e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 05:34:02 +0200 Subject: fdo#60724 successfull -> successful Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451 --- svtools/inc/svtools/stringtransfer.hxx | 2 +- svtools/inc/svtools/table/tablemodel.hxx | 2 +- svtools/inc/svtools/wizardmachine.hxx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'svtools/inc') diff --git a/svtools/inc/svtools/stringtransfer.hxx b/svtools/inc/svtools/stringtransfer.hxx index 82c125442d1b..c496b34b1361 100644 --- a/svtools/inc/svtools/stringtransfer.hxx +++ b/svtools/inc/svtools/stringtransfer.hxx @@ -58,7 +58,7 @@ namespace svt SVT_DLLPUBLIC static void CopyString( const OUString& _rContent, Window* _pWindow = NULL ); /** extracts a string from the system clipboard given - @return if the extraction was successfull, i.e. if the clipboard contained a string content + @return if the extraction was successful, i.e. if the clipboard contained a string content */ SVT_DLLPUBLIC static sal_Bool PasteString( OUString& _rContent, Window* _pWindow = NULL ); diff --git a/svtools/inc/svtools/table/tablemodel.hxx b/svtools/inc/svtools/table/tablemodel.hxx index 58342274843e..cae54efb0ef0 100644 --- a/svtools/inc/svtools/table/tablemodel.hxx +++ b/svtools/inc/svtools/table/tablemodel.hxx @@ -185,7 +185,7 @@ namespace svt { namespace table /** sets a new column ID @return - if setting the new ID was successfull. A possible error + if setting the new ID was successful. A possible error conditions is if you try to set an ID which is already used by another column within the same table. diff --git a/svtools/inc/svtools/wizardmachine.hxx b/svtools/inc/svtools/wizardmachine.hxx index 225e014ae792..8283b131007d 100644 --- a/svtools/inc/svtools/wizardmachine.hxx +++ b/svtools/inc/svtools/wizardmachine.hxx @@ -282,7 +282,7 @@ namespace svt method is able to determine the next state without actually having the page of the current state. @return - if and only if traveling was successfull + if and only if traveling was successful @see skipUntil @see skipBackwardUntil @@ -298,7 +298,7 @@ namespace svt The skipped states appear in the state history, so travelPrevious will make use of them. @return - if and only if traveling was successfull + if and only if traveling was successful @see skip @see skipBackwardUntil @@ -316,7 +316,7 @@ namespace svt you from this. @return - if and only if traveling was successfull + if and only if traveling was successful @see skipUntil @see skip -- cgit