[Libreoffice-commits] core.git: include/svtools include/svx include/toolkit sd/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jul 19 15:37:04 UTC 2019


 include/svtools/ctrlbox.hxx                          |    2 +-
 include/svtools/imageresourceaccess.hxx              |    2 +-
 include/svtools/valueset.hxx                         |    2 +-
 include/svtools/wizdlg.hxx                           |    2 +-
 include/svx/AccessibleShape.hxx                      |    4 ++--
 include/svx/optgenrl.hxx                             |    2 +-
 include/svx/sdr/contact/viewcontactofe3dscene.hxx    |    2 +-
 include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx |    2 +-
 include/svx/sdrobjectuser.hxx                        |    4 ++--
 include/toolkit/helper/accessiblefactory.hxx         |    2 +-
 sd/source/ui/inc/AccessiblePageShape.hxx             |    2 +-
 11 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit c7ed73e52f01fd71eaf85ecc1faddfb9cf700d3a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jul 19 13:46:28 2019 +0000
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Fri Jul 19 17:36:13 2019 +0200

    Fix typos
    
    Change-Id: Ia7486fe6c110a4a7f53f1dac82dbff3a15405fd7
    Reviewed-on: https://gerrit.libreoffice.org/75947
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>

diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index b11dc4cbff60..4263ff807978 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -180,7 +180,7 @@ percentage values. This, eg., can be useful for template dialogs.
 This mode can only be enabled, but not disabled again.
 
 For DontKnow the FontSizeBox should be filled FontMetric(), so it will
-contain an list with the standard sizes. Th currently shown size
+contain a list with the standard sizes. Th currently shown size
 probably needs to be reset by the application.
 
 See also
diff --git a/include/svtools/imageresourceaccess.hxx b/include/svtools/imageresourceaccess.hxx
index 782091cf2cc3..65806566936d 100644
--- a/include/svtools/imageresourceaccess.hxx
+++ b/include/svtools/imageresourceaccess.hxx
@@ -55,7 +55,7 @@ SVT_DLLPUBLIC SvStream* getImageStream(
             OUString const & rImageResourceURL);
 
 /** for a given URL of an image within a resource, this method retrieves
-    an css::io::XInputStream for this image.
+    a css::io::XInputStream for this image.
 */
 SVT_DLLPUBLIC css::uno::Reference<css::io::XInputStream> getImageXStream(
             css::uno::Reference<css::uno::XComponentContext> const & rxContext,
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index 5ebc98267b72..ec8daf986478 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -137,7 +137,7 @@ an item could be calculated (for this the free space defined by
 SetExtraSpacing() will not be included).
 
 The background color could be specified by SetColor(), with which the image
-or UserDraw items will be underlayed. If no color is specified the color
+or UserDraw items will be underlaid. If no color is specified the color
 of other windows (WindowColor) will be used for the background.
 
 --------------------------------------------------------------------------
diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx
index dac116d371ea..d31869acb047 100644
--- a/include/svtools/wizdlg.hxx
+++ b/include/svtools/wizdlg.hxx
@@ -87,7 +87,7 @@ handler can be set as a Link. GetCurLevel() returns the current level and
 Level 0 is the first page.
 
 The DeactivatePage()-Handler is called if a new TabPage should be shown.
-In that handler has a optional error check and returns sal_False, if the
+In that handler has an optional error check and returns sal_False, if the
 switch should not be done. Also the Handler can be set as a Link. The
 default implementation calls the Link and returns the Links value or returns
 sal_True if no Link is set.
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx
index 9a2f206dfb8a..7d182e58b4c8 100644
--- a/include/svx/AccessibleShape.hxx
+++ b/include/svx/AccessibleShape.hxx
@@ -76,7 +76,7 @@ class IAccessibleParent;
 
     <p>The children of a shape can stem from two sources which, in case of
     SVX and SD shapes, are mutually exclusive.  This implementation,
-    however, handles both simultaniously to cope with future extensions or
+    however, handles both simultaneously to cope with future extensions or
     shapes from other projects.
     <ul>
         <li>If this shape is a group shape, i.e. a
@@ -112,7 +112,7 @@ public:
             and the accessible object that will become the parent of the new
             object.
         @param rShapeTreeInfo
-            Bundel of information passed to this shape and all of its desendants.
+            Bundle of information passed to this shape and all of its descendants.
         @attention
             Always call the <member>init</member> method after creating a
             new accessible shape.  This is one way to overcome the potential
diff --git a/include/svx/optgenrl.hxx b/include/svx/optgenrl.hxx
index 102cd18ef334..2ee463d9d8d2 100644
--- a/include/svx/optgenrl.hxx
+++ b/include/svx/optgenrl.hxx
@@ -19,7 +19,7 @@
 #ifndef INCLUDED_SVX_OPTGENRL_HXX
 #define INCLUDED_SVX_OPTGENRL_HXX
 
-// Defines for setting the focus of a Edit via a slot from external.
+// Defines for setting the focus of an Edit via a slot from external.
 enum class EditPosition
 {
     UNKNOWN    = 0,
diff --git a/include/svx/sdr/contact/viewcontactofe3dscene.hxx b/include/svx/sdr/contact/viewcontactofe3dscene.hxx
index 0d8dc2a6d424..b27e7d1596da 100644
--- a/include/svx/sdr/contact/viewcontactofe3dscene.hxx
+++ b/include/svx/sdr/contact/viewcontactofe3dscene.hxx
@@ -68,7 +68,7 @@ public:
     basegfx::B3DRange getAllContentRange3D() const;
 
 private:
-    // Create a Object-Specific ViewObjectContact, set ViewContact and
+    // Create an Object-Specific ViewObjectContact, set ViewContact and
     // ObjectContact. Always needs to return something. Default is to create
     // a standard ViewObjectContact containing the given ObjectContact and *this
     virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
diff --git a/include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx b/include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx
index 5652449d62e4..2039fc4a12a2 100644
--- a/include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx
+++ b/include/svx/sdr/contact/viewcontactofsdrmediaobj.hxx
@@ -54,7 +54,7 @@ public:
 
 protected:
 
-    // Create a Object-Specific ViewObjectContact, set ViewContact and
+    // Create an Object-Specific ViewObjectContact, set ViewContact and
     // ObjectContact. Always needs to return something.
     virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
 
diff --git a/include/svx/sdrobjectuser.hxx b/include/svx/sdrobjectuser.hxx
index 78db4ffdbda7..f13beeb42626 100644
--- a/include/svx/sdrobjectuser.hxx
+++ b/include/svx/sdrobjectuser.hxx
@@ -33,9 +33,9 @@ namespace sdr
     class ObjectUser
     {
     public:
-        // this method is called form the destructor of the referenced page.
+        // this method is called from the destructor of the referenced page.
         // do all necessary action to forget the page. It is not necessary to call
-        // RemovePageUser(), that is done form the destructor.
+        // RemovePageUser(), that is done from the destructor.
         virtual void ObjectInDestruction(const SdrObject& rObject) = 0;
 
     protected:
diff --git a/include/toolkit/helper/accessiblefactory.hxx b/include/toolkit/helper/accessiblefactory.hxx
index d10f0195448a..0dad596cb8a7 100644
--- a/include/toolkit/helper/accessiblefactory.hxx
+++ b/include/toolkit/helper/accessiblefactory.hxx
@@ -96,7 +96,7 @@ namespace toolkit
         virtual css::uno::Reference< css::accessibility::XAccessibleContext >
             createAccessibleContext( VCLXScrollBar* _pXWindow ) = 0;
 
-        /** creates an accessible context for a edit window
+        /** creates an accessible context for an edit window
         */
         virtual css::uno::Reference< css::accessibility::XAccessibleContext >
             createAccessibleContext( VCLXEdit* _pXWindow ) = 0;
diff --git a/sd/source/ui/inc/AccessiblePageShape.hxx b/sd/source/ui/inc/AccessiblePageShape.hxx
index 262eec7f524a..71cc0a769be8 100644
--- a/sd/source/ui/inc/AccessiblePageShape.hxx
+++ b/sd/source/ui/inc/AccessiblePageShape.hxx
@@ -41,7 +41,7 @@ public:
             The accessible parent object.  It will be used, for example when
             the <member>getIndexInParent</member> method is called.
         @param rShapeTreeInfo
-            Bundel of information passed to this shape and all of its desendants.
+            Bundle of information passed to this shape and all of its descendants.
         @attention
             Always call the <member>init</member> method after creating a
             new accessible shape.  This is one way to overcome the potential


More information about the Libreoffice-commits mailing list