[Libreoffice-commits] core.git: dbaccess/source offapi/com
Takeshi Abe
tabe at fixedpoint.jp
Thu Dec 19 16:24:26 PST 2013
dbaccess/source/core/dataaccess/ModelImpl.hxx | 2 +-
dbaccess/source/core/dataaccess/databasedocument.cxx | 2 +-
offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 44ec9d80aee3f4ec4fc4b5f1b7dfe8b8b0af69f7
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Fri Dec 20 09:20:50 2013 +0900
Fix typo: Stroage -> Storage
Change-Id: Iff909b3a9cf43122af5d854bd38254b9894f4795
diff --git a/dbaccess/source/core/dataaccess/ModelImpl.hxx b/dbaccess/source/core/dataaccess/ModelImpl.hxx
index 02d0765..93e3189 100644
--- a/dbaccess/source/core/dataaccess/ModelImpl.hxx
+++ b/dbaccess/source/core/dataaccess/ModelImpl.hxx
@@ -337,7 +337,7 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > getOrCreateRootStorage();
inline ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage > getRootStorage() const { return m_xDocumentStorage.getTyped(); }
- inline void resetRootStroage() { impl_switchToStorage_throw( NULL ); }
+ inline void resetRootStorage() { impl_switchToStorage_throw( NULL ); }
/** returns the data source. If it doesn't exist it will be created
*/
diff --git a/dbaccess/source/core/dataaccess/databasedocument.cxx b/dbaccess/source/core/dataaccess/databasedocument.cxx
index 8d9c4b4..c7b9110 100644
--- a/dbaccess/source/core/dataaccess/databasedocument.cxx
+++ b/dbaccess/source/core/dataaccess/databasedocument.cxx
@@ -466,7 +466,7 @@ void ODatabaseDocument::impl_reset_nothrow()
{
m_pImpl->clearConnections();
m_pImpl->disposeStorages();
- m_pImpl->resetRootStroage();
+ m_pImpl->resetRootStorage();
clearObjectContainer( m_xForms );
clearObjectContainer( m_xReports );
diff --git a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
index c57564d..50d58b5 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>
More information about the Libreoffice-commits
mailing list