[Libreoffice-commits] core.git: include/svx include/tools include/ucbhelper include/unotools include/vcl

Andrea Gelmini andrea.gelmini at gelma.net
Wed Sep 30 04:03:55 PDT 2015


 include/svx/svdoedge.hxx                                 |    2 +-
 include/svx/svdsnpv.hxx                                  |    2 +-
 include/svx/svdtrans.hxx                                 |    2 +-
 include/svx/svdxcgv.hxx                                  |    2 +-
 include/svx/textchainflow.hxx                            |    2 +-
 include/tools/stream.hxx                                 |    2 +-
 include/ucbhelper/contenthelper.hxx                      |    2 +-
 include/ucbhelper/simpleauthenticationrequest.hxx        |    2 +-
 include/ucbhelper/simplecertificatevalidationrequest.hxx |    2 +-
 include/unotools/mediadescriptor.hxx                     |    2 +-
 include/vcl/lstbox.h                                     |    2 +-
 include/vcl/mnemonicengine.hxx                           |    2 +-
 include/vcl/pdfwriter.hxx                                |    2 +-
 include/vcl/settings.hxx                                 |    2 +-
 14 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 638b6d7e0b8740d53c88dcde0c2b743a2184ccfa
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Sep 30 13:01:56 2015 +0200

    Fix typos
    
    Change-Id: I8e9c6c72c89411d8de04e5edd9317cd54f7c472a
    Reviewed-on: https://gerrit.libreoffice.org/18958
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index de78e8c..cedb5fb 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -264,7 +264,7 @@ public:
     virtual void NbcMove(const Size& aSize) SAL_OVERRIDE;
     virtual void NbcResize(const Point& rRefPnt, const Fraction& aXFact, const Fraction& aYFact) SAL_OVERRIDE;
 
-    // #i54102# added rotate, mirrorn and shear support
+    // #i54102# added rotate, mirror and shear support
     virtual void NbcRotate(const Point& rRef, long nAngle, double sn, double cs) SAL_OVERRIDE;
     virtual void NbcMirror(const Point& rRef1, const Point& rRef2) SAL_OVERRIDE;
     virtual void NbcShear(const Point& rRef, long nAngle, double tn, bool bVShear) SAL_OVERRIDE;
diff --git a/include/svx/svdsnpv.hxx b/include/svx/svdsnpv.hxx
index 2384758..74fd9236 100644
--- a/include/svx/svdsnpv.hxx
+++ b/include/svx/svdsnpv.hxx
@@ -170,7 +170,7 @@ public:
     bool IsDragHelpLine() const { return (0L != mpHelpLineOverlay); }
 
     // SnapAngle is for angles in circle, RotateDragging, ...
-    // The snapping of an angle is beared down, if it is swiched off
+    // The snapping of an angle is beared down, if it is switched off
     // with SetAngleSnapEnabled(sal_False)
     // The snapping angles is independent of snapping coordinates
     // and so independent of the attitude IsSnapEnabled()
diff --git a/include/svx/svdtrans.hxx b/include/svx/svdtrans.hxx
index 5fe3a36..2f20a41 100644
--- a/include/svx/svdtrans.hxx
+++ b/include/svx/svdtrans.hxx
@@ -40,7 +40,7 @@
 // Which is converted, by this:
 //   double nSin=sin(nAngle*nPi180);
 //
-// To convert it back, we use divison.
+// To convert it back, we use division.
 const double nPi=3.14159265358979323846;
 const double nPi180=0.000174532925199432957692222; // If we have too few digits, we get tan(4500*nPi180)!=1.0
 
diff --git a/include/svx/svdxcgv.hxx b/include/svx/svdxcgv.hxx
index 9f9d16e..30e807b 100644
--- a/include/svx/svdxcgv.hxx
+++ b/include/svx/svdxcgv.hxx
@@ -50,7 +50,7 @@ public:
     // E.g. for Clipboard, Drag'n'Drop, ...
     // Add all marked objects to a metafile.
     // FIXME: This is known to be somewhat buggy still (Offset...,
-    // foreign graphics objects (SdrGrafObj), virutal object
+    // foreign graphics objects (SdrGrafObj), virtual object
     // copies (SdrVirtObj) with anchor position <>(0,0)).
     GDIMetaFile GetMarkedObjMetaFile(bool bNoVDevIfOneMtfMarked = false) const;
 
diff --git a/include/svx/textchainflow.hxx b/include/svx/textchainflow.hxx
index ddb651a..3e95bbc 100644
--- a/include/svx/textchainflow.hxx
+++ b/include/svx/textchainflow.hxx
@@ -42,7 +42,7 @@ public:
 
     virtual void ExecuteUnderflow(SdrOutliner *);
 
-    // Uses two outliners: one for the non-overfl text and one for overflowing (might be the same)
+    // Uses two outliners: one for the non-overflow text and one for overflowing (might be the same)
     virtual void ExecuteOverflow(SdrOutliner *, SdrOutliner *);
 
     bool IsOverflow() const;
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index 6983407..702734d 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -47,7 +47,7 @@ enum class StreamMode {
     READ                     = 0x0001,  ///< allow read accesses
     WRITE                    = 0x0002,  ///< allow write accesses
 // file i/o
-    NOCREATE                 = 0x0004,  ///< 1 == Dont create file
+    NOCREATE                 = 0x0004,  ///< 1 == Don't create file
     TRUNC                    = 0x0008,  ///< Truncate _existing_ file to zero length
     COPY_ON_SYMLINK          = 0x0010,  ///< copy-on-write for symlinks (Unix)
 // sharing options
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index b9abf92..abba733 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -235,7 +235,7 @@ protected:
       * of this method will replace the content identifier of the content and
       * propagate the appropriate ContentEvent( EXCHANGED ).
       *
-      * @param  rNewId is the new content identifier for the contant.
+      * @param  rNewId is the new content identifier for the content.
       * @return a success indicator.
       */
     bool exchange( const com::sun::star::uno::Reference<
diff --git a/include/ucbhelper/simpleauthenticationrequest.hxx b/include/ucbhelper/simpleauthenticationrequest.hxx
index 36266a1..1018c4b 100644
--- a/include/ucbhelper/simpleauthenticationrequest.hxx
+++ b/include/ucbhelper/simpleauthenticationrequest.hxx
@@ -87,7 +87,7 @@ public:
       *        a previous try).
       * @param rAccount contains an account, if applicable.
       * @param bAllowPersistentStoring specifies if the credentials should
-      *        be stored in the passowrd container persistently
+      *        be stored in the password container persistently
       * @param bAllowUseSystemCredentials specifies if requesting client is
       *        able to obtain and use system credentials for authentication
       */
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx
index f52d627..3117826 100644
--- a/include/ucbhelper/simplecertificatevalidationrequest.hxx
+++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx
@@ -49,7 +49,7 @@ public:
       * Constructor.
       *
       * @param lCertificateValidity contains a bitmask which validation error occur.
-      * @param pCertificate contaisn the server certificate.
+      * @param pCertificate contains the server certificate.
       */
     SimpleCertificateValidationRequest( const sal_Int32 & lCertificateValidity,
         const com::sun::star::uno::Reference<com::sun::star::security::XCertificate>& certificate,
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx
index aceecd6..32abafd 100644
--- a/include/unotools/mediadescriptor.hxx
+++ b/include/unotools/mediadescriptor.hxx
@@ -154,7 +154,7 @@ class UNOTOOLS_DLLPUBLIC MediaDescriptor : public comphelper::SequenceAsHashMap
                     of a real readonly file.
 
             @Attention
-                    We dont check the property "ReadOnly" here. Because
+                    We don't check the property "ReadOnly" here. Because
                     this property can be set from outside and overwrites
                     the readonly state of  the stream.
                     If e.g. the stream could be opened read/write ...
diff --git a/include/vcl/lstbox.h b/include/vcl/lstbox.h
index b6e654a..3551a62 100644
--- a/include/vcl/lstbox.h
+++ b/include/vcl/lstbox.h
@@ -47,7 +47,7 @@ enum class ListBoxEntryFlags
 */
     DisableSelection        = 0x0001,
 
-/** this flag can be used to make an entry multine capable
+/** this flag can be used to make an entry multiline capable
     A normal entry is single line and will therefore be clipped
     at the right listbox border. Setting this flag enables
     word breaks for the entry text.
diff --git a/include/vcl/mnemonicengine.hxx b/include/vcl/mnemonicengine.hxx
index f1769b5..acecf5e 100644
--- a/include/vcl/mnemonicengine.hxx
+++ b/include/vcl/mnemonicengine.hxx
@@ -101,7 +101,7 @@ namespace vcl
 
             This way, you can implement cyclic selection of entries: In
             FirstSearchEntry, return the entry which was previously
-            selected, and in NextSearchEntry, interlly cycle around
+            selected, and in NextSearchEntry, internally cycle around
             in your list. Then, multiple user inputs of <code>Alt-C</code> will
             cycle through all entries with the mnemonic being "c".
 
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index 2a72f93..e0816d3 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -449,7 +449,7 @@ public:
     struct SignatureWidget: public AnyWidget
     {
         // Use Sig prefix for members to avoid conflict with
-        // the Location member of the AnyWidget which spcifies the coordinates
+        // the Location member of the AnyWidget which specifies the coordinates
         // of the signature
 
         OUString                    SigLocation;
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index c7cb634..c08fe15 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -617,7 +617,7 @@ public:
     // the default LineWidth for ListBox UI previews (LineStyle, LineDash, LineStartEnd). Default is 1.
     sal_uInt16                      GetListBoxPreviewDefaultLineWidth() const;
 
-    // defines if previews which containn potentially transparent objects (e.g. the dash/line/LineStartEnd previews and others)
+    // defines if previews which contain potentially transparent objects (e.g. the dash/line/LineStartEnd previews and others)
     // use the default transparent visualization background (checkered background) as it has got standard in graphic programs nowadays
     void                            SetPreviewUsesCheckeredBackground(bool bNew);
     bool                            GetPreviewUsesCheckeredBackground() const;


More information about the Libreoffice-commits mailing list