Kaydet (Commit) 66effc66 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I95b12975f6444e7eb6a8de6053d8e8ca021eacfb
Reviewed-on: https://gerrit.libreoffice.org/56069
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 3d46ec6f
...@@ -597,7 +597,7 @@ Reference< XConnection > ODatabaseSource::buildLowLevelConnection(const OUString ...@@ -597,7 +597,7 @@ Reference< XConnection > ODatabaseSource::buildLowLevelConnection(const OUString
} }
if (bNeedMigration) if (bNeedMigration)
{ {
// back up content xml file if migration was successfull // back up content xml file if migration was successful
Reference<XStorage> xRootStorage = m_pImpl->getOrCreateRootStorage(); Reference<XStorage> xRootStorage = m_pImpl->getOrCreateRootStorage();
xRootStorage->copyElementTo("content.xml", xRootStorage, xRootStorage->copyElementTo("content.xml", xRootStorage,
"content_before_migration.xml"); "content_before_migration.xml");
......
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