Kaydet (Commit) 44ec9d80 authored tarafından Takeshi Abe's avatar Takeshi Abe

Fix typo: Stroage -> Storage

Change-Id: Iff909b3a9cf43122af5d854bd38254b9894f4795
üst 4cae6fa2
......@@ -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
*/
......
......@@ -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 );
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment