summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/sfxbasemodel.cxx')
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 1d25ce1b8e20..5d46a2db7c60 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -4368,7 +4368,7 @@ SfxBaseModel::loadMetadataFromStorage(
} catch (lang::IllegalArgumentException &) {
throw; // not initialized
} catch (Exception &) {
- // UGLY: if it's a RuntimeException, we can't be sure DMA is initialzed
+ // UGLY: if it's a RuntimeException, we can't be sure DMA is initialized
m_pData->m_xDocumentMetadata = xDMA;
throw;
}
@@ -4407,7 +4407,7 @@ SfxBaseModel::loadMetadataFromMedium(
} catch (lang::IllegalArgumentException &) {
throw; // not initialized
} catch (Exception &) {
- // UGLY: if it's a RuntimeException, we can't be sure DMA is initialzed
+ // UGLY: if it's a RuntimeException, we can't be sure DMA is initialized
m_pData->m_xDocumentMetadata = xDMA;
throw;
}