diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 13:01:56 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 11:03:34 +0000 |
commit | 638b6d7e0b8740d53c88dcde0c2b743a2184ccfa (patch) | |
tree | c5508636a6760548ff239dfd515ea563e55bcf0c /include | |
parent | 9956b99e68c45a82015766873b4b7f581462bef2 (diff) |
Fix typos
Change-Id: I8e9c6c72c89411d8de04e5edd9317cd54f7c472a
Reviewed-on: https://gerrit.libreoffice.org/18958
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdoedge.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdsnpv.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdtrans.hxx | 2 | ||||
-rw-r--r-- | include/svx/svdxcgv.hxx | 2 | ||||
-rw-r--r-- | include/svx/textchainflow.hxx | 2 | ||||
-rw-r--r-- | include/tools/stream.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/contenthelper.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/simpleauthenticationrequest.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/simplecertificatevalidationrequest.hxx | 2 | ||||
-rw-r--r-- | include/unotools/mediadescriptor.hxx | 2 | ||||
-rw-r--r-- | include/vcl/lstbox.h | 2 | ||||
-rw-r--r-- | include/vcl/mnemonicengine.hxx | 2 | ||||
-rw-r--r-- | include/vcl/pdfwriter.hxx | 2 | ||||
-rw-r--r-- | include/vcl/settings.hxx | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx index de78e8c1b8fd..cedb5fba4fad 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 238475880321..74fd9236faa0 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 5fe3a36c782b..2f20a41e4478 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 9f9d16e64b96..30e807b86e0d 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 ddb651a8516e..3e95bbc3c3b1 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 6983407a5fe2..702734d014b6 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 b9abf9248e37..abba7337a1c3 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 36266a192410..1018c4bf132b 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 f52d627c837a..3117826e6191 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 aceecd6aa0f0..32abafddbf63 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 b6e654ae9774..3551a62b98dd 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 f1769b5138f3..acecf5e62a6c 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 2a72f9357b75..e0816d32f9e7 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 c7cb634a5d29..c08fe15ecb25 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; |