diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-15 09:09:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-16 12:40:51 +0100 |
commit | 624f84c07ee798f6bbf4381c26262d5d2774a1ed (patch) | |
tree | a3a0334dbfda10f89c563344976cea321652f238 /basic | |
parent | 66a192ee63db9adc1d6df66a5e7996d5af5d5284 (diff) |
Fix typos
Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a
Reviewed-on: https://gerrit.libreoffice.org/47855
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/uno/scriptcont.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index a80bec7938b7..822583497cc2 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -467,7 +467,7 @@ void SAL_CALL SfxScriptLibraryContainer::changeLibraryPassword( const OUString& if( !bStorage && !pImplLib->mbDoc50Password ) { - // Store application basic uncrypted + // Store application basic unencrypted uno::Reference< embed::XStorage > xStorage; storeLibraries_Impl( xStorage, false ); bKillCryptedFiles = true; |