diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:51:36 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:51:36 +0100 |
commit | 527eb5ae5c52254fe2956e2f3cff818064985a49 (patch) | |
tree | 291ea4ca74a474ed84464b424c28cf85aefac561 /basic | |
parent | 5ead05c352f2a82fd780e3cd5f471751df986b10 (diff) |
Typo: applictaion -> application
Change-Id: I2d578cb417bb1e814dcf3007f500fe8ff77510f7
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 6e9385557d9f..2e65cc1e0617 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -520,7 +520,7 @@ void SAL_CALL SfxScriptLibraryContainer::changeLibraryPassword( const OUString& if( !bStorage && !pImplLib->mbDoc50Password ) { - // Store applictaion basic crypted + // Store application basic crypted uno::Reference< embed::XStorage > xStorage; storeLibraries_Impl( xStorage, false ); bKillUncryptedFiles = true; |