diff options
-rw-r--r-- | wizards/source/scriptforge/SF_TextStream.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/SF_TextStream.xba b/wizards/source/scriptforge/SF_TextStream.xba index 3da9a773f08e..a5c1b09129de 100644 --- a/wizards/source/scriptforge/SF_TextStream.xba +++ b/wizards/source/scriptforge/SF_TextStream.xba @@ -31,7 +31,7 @@ Option Explicit ''' https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextInputStream.html ''' https://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1io_1_1XTextOutputStream.html ''' -''' Disk file sstems and document's internal file systems +''' Disk file systems and document's internal file systems ''' All methods and properties are applicable without restrictions on both file systems. ''' However, when updates are operated on text files embedded in a document, (with the WriteXXX() methods), ''' the updates are first done on a copy of the original file. When the file is closed, the copy @@ -722,4 +722,4 @@ Private Function _Repr() As String End Function ' ScriptForge.SF_TextStream._Repr REM ============================================ END OF SCRIPTFORGE.SF_TextStream -</script:module>
\ No newline at end of file +</script:module> |