diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-20 09:20:50 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-20 09:23:00 +0900 |
commit | 44ec9d80aee3f4ec4fc4b5f1b7dfe8b8b0af69f7 (patch) | |
tree | c778870ab221bbfcf1389610a229c8a5bea4fae3 /offapi/com | |
parent | 4cae6fa29a07a238273453cef9d18e4171d430e8 (diff) |
Fix typo: Stroage -> Storage
Change-Id: Iff909b3a9cf43122af5d854bd38254b9894f4795
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl index c57564d387ca..50d58b5c1946 100644 --- a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl +++ b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl @@ -61,7 +61,7 @@ interface XStorageBasedLibraryContainer /** stores the libraries to a storage other than the current container storage <p>Note that the library container is not automatically associated with the - new root storage. Instead, you need to manually set the RootStroage + new root storage. Instead, you need to manually set the RootStorage attribute afterwards. This separation allows for Save-To as well Save-As operations.</p> |