diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
commit | 70e4329d0479305f16158a63878f335ee9232a5e (patch) | |
tree | de3e471ad7764d08daf0fdd1df88f3b184de12d6 /svtools | |
parent | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff) |
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/stringtransfer.hxx | 2 | ||||
-rw-r--r-- | svtools/inc/svtools/table/tablemodel.hxx | 2 | ||||
-rw-r--r-- | svtools/inc/svtools/wizardmachine.hxx | 6 |
3 files changed, 5 insertions, 5 deletions
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 <TRUE/> if the extraction was successfull, i.e. if the clipboard contained a string content + @return <TRUE/> 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 - <TRUE/> if setting the new ID was successfull. A possible error + <TRUE/> 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 - <TRUE/> if and only if traveling was successfull + <TRUE/> 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 <method>travelPrevious</method> will make use of them. @return - <TRUE/> if and only if traveling was successfull + <TRUE/> if and only if traveling was successful @see skip @see skipBackwardUntil @@ -316,7 +316,7 @@ namespace svt you from this. @return - <TRUE/> if and only if traveling was successfull + <TRUE/> if and only if traveling was successful @see skipUntil @see skip |