diff options
Diffstat (limited to 'svtools/inc/svtools/stringtransfer.hxx')
-rw-r--r-- | svtools/inc/svtools/stringtransfer.hxx | 2 |
1 files changed, 1 insertions, 1 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 ); |