[Libreoffice-commits] core.git: sd/qa sd/source svx/source

Andrea Gelmini andrea.gelmini at gelma.net
Tue Nov 14 13:55:53 UTC 2017


 sd/qa/unit/dialogs-test.cxx                |    4 ++--
 sd/source/ui/annotations/annotationtag.cxx |    2 +-
 svx/source/form/fmexpl.cxx                 |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 4598e59cfb4c504719c7a8c78021ac47a5d671f5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Nov 14 12:13:46 2017 +0100

    Fix typos
    
    Change-Id: Id8df807bb96e036f0cef07cd1095b2d3336efe36
    Reviewed-on: https://gerrit.libreoffice.org/44711
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mark Page <aptitude at btconnect.com>

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() )
     {


More information about the Libreoffice-commits mailing list