diff options
-rw-r--r-- | sd/qa/unit/dialogs-test.cxx | 4 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationtag.cxx | 2 | ||||
-rw-r--r-- | svx/source/form/fmexpl.cxx | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sd/qa/unit/dialogs-test.cxx b/sd/qa/unit/dialogs-test.cxx index 3e0b4d11cec7..3263cc715a02 100644 --- a/sd/qa/unit/dialogs-test.cxx +++ b/sd/qa/unit/dialogs-test.cxx @@ -466,7 +466,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID) { // CreateSdPresLayoutTemplateDlg(SfxObjectShell* pDocSh, vcl::Window* pParent, const SdResId& DlgId, SfxStyleSheetBase& rStyleBase, PresentationObjects ePO, SfxStyleSheetBasePool* pSSPool) override; // use STR_PSEUDOSHEET_TITLE configuration, see futempl.cxx for more possible configurations - // may be nicer on the long run to take a configuration whch represents a selected SdrObject + // may be nicer on the long run to take a configuration which represents a selected SdrObject SfxStyleSheetBasePool* pStyleSheetPool = getDocShell()->GetStyleSheetPool(); CPPUNIT_ASSERT(pStyleSheetPool); SfxStyleSheetBase* pStyleSheet = pStyleSheetPool->First(); @@ -492,7 +492,7 @@ VclPtr<VclAbstractDialog> SdDialogsTest::createDialogByID(sal_uInt32 nID) { // CreateSdTabTemplateDlg(const SfxObjectShell* pDocShell, SfxStyleSheetBase& rStyleBase, SdrModel* pModel, SdrView* pView) override; // pretty similar to CreateSdPresLayoutTemplateDlg, see above - // may be nicer on the long run to take a configuration whch represents a selected SdrObject + // may be nicer on the long run to take a configuration which represents a selected SdrObject SfxStyleSheetBasePool* pStyleSheetPool = getDocShell()->GetStyleSheetPool(); CPPUNIT_ASSERT(pStyleSheetPool); SfxStyleSheetBase* pStyleSheet = pStyleSheetPool->First(); diff --git a/sd/source/ui/annotations/annotationtag.cxx b/sd/source/ui/annotations/annotationtag.cxx index d1adeefb4505..68d2f165c147 100644 --- a/sd/source/ui/annotations/annotationtag.cxx +++ b/sd/source/ui/annotations/annotationtag.cxx @@ -641,7 +641,7 @@ IMPL_LINK(AnnotationTag, WindowEventHandler, VclWindowEvent&, rEvent, void) break; case VclEventId::WindowMouseMove: { - // if we move the mouse after a button down we wan't to start draging + // if we move the mouse after a button down we want to start dragging mpListenWindow->RemoveEventListener( LINK(this, AnnotationTag, WindowEventHandler)); mpListenWindow = nullptr; diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx index c798bd28b9fd..96166a275440 100644 --- a/svx/source/form/fmexpl.cxx +++ b/svx/source/form/fmexpl.cxx @@ -254,7 +254,7 @@ FmFormData::FmFormData(const Reference< XForm >& _rxForm, FmFormData* _pParent) // set images m_aNormalImage = Image(RID_SVXBMP_FORM); - // set titel + // set title if (m_xForm.is()) { Reference< XPropertySet > xSet(m_xForm, UNO_QUERY); @@ -307,7 +307,7 @@ FmControlData::FmControlData(const Reference< XFormComponent >& _rxComponent, Fm m_aNormalImage = GetImage(); - // set titel + // set title Reference< XPropertySet > xSet(m_xFormComponent, UNO_QUERY); if( xSet.is() ) { |