diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/DocumentMetadataAccess.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/sfxbasemodel.cxx | 4 | ||||
-rw-r--r-- | sfx2/source/notebookbar/ContextVBox.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/notebookbar/PriorityHBox.cxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/doc/DocumentMetadataAccess.cxx b/sfx2/source/doc/DocumentMetadataAccess.cxx index ce8374fc9fd0..2d7d3c685e40 100644 --- a/sfx2/source/doc/DocumentMetadataAccess.cxx +++ b/sfx2/source/doc/DocumentMetadataAccess.cxx @@ -439,7 +439,7 @@ mkException( OUString const & i_rMessage, <ul><li>(default:) cancel import, raise exception</li> <li>ignore the error and continue</li> <li>retry the action that led to the error</li></ul></p> - N.B.: must not be called before DMA is fully initalized! + N.B.: must not be called before DMA is fully initialized! @returns true iff caller should retry */ static bool 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; } diff --git a/sfx2/source/notebookbar/ContextVBox.cxx b/sfx2/source/notebookbar/ContextVBox.cxx index 8b59cfaf5dce..a02cc51051ee 100644 --- a/sfx2/source/notebookbar/ContextVBox.cxx +++ b/sfx2/source/notebookbar/ContextVBox.cxx @@ -24,7 +24,7 @@ #include <sfx2/notebookbar/NotebookbarContextControl.hxx> /* - * ContextVBox is a VclVBox which shows own childs depending on current context. + * ContextVBox is a VclVBox which shows own children depending on current context. * This control can be used in the notebookbar .ui files */ diff --git a/sfx2/source/notebookbar/PriorityHBox.cxx b/sfx2/source/notebookbar/PriorityHBox.cxx index 91d9fb877e87..596fb5e72912 100644 --- a/sfx2/source/notebookbar/PriorityHBox.cxx +++ b/sfx2/source/notebookbar/PriorityHBox.cxx @@ -31,7 +31,7 @@ bool lcl_comparePriority(const vcl::IPrioritable* a, const vcl::IPrioritable* b) } /* - * PriorityHBox is a VclHBox which hides own childs if there is no sufficient space. + * PriorityHBox is a VclHBox which hides its own children if there is no sufficient space. * Hiding order can be modified using child's priorities. If a control have default * priority assigned (VCL_PRIORITY_DEFAULT), it is always shown. */ |