summaryrefslogtreecommitdiffstats
path: root/include/svl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:23:08 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 09:32:26 +0000
commit420923ba76ad84892fd242ed37be9d85e1ea03fe (patch)
tree838189ec6fe7fbe36419ea397f4a8de5a79aed72 /include/svl
parenttdf#39468 Translate German Comments - filter/source/graphicfilter/eps/eps.cxx (diff)
downloadcore-420923ba76ad84892fd242ed37be9d85e1ea03fe.tar.gz
core-420923ba76ad84892fd242ed37be9d85e1ea03fe.zip
Fix typos
Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/PasswordHelper.hxx2
-rw-r--r--include/svl/filerec.hxx6
-rw-r--r--include/svl/undo.hxx2
3 files changed, 5 insertions, 5 deletions
diff --git a/include/svl/PasswordHelper.hxx b/include/svl/PasswordHelper.hxx
index d6d027902046..06cf311d6bd5 100644
--- a/include/svl/PasswordHelper.hxx
+++ b/include/svl/PasswordHelper.hxx
@@ -35,7 +35,7 @@ public:
SVL_DLLPUBLIC static void GetHashPassword(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const OUString& sPass);
/**
Use this method to compare a given string with another given Hash value.
- This is necessary, because in older versions exists different hashs of the same string. They were endian dependent.
+ This is necessary, because in older versions exists different hashes of the same string. They were endian dependent.
We need this to handle old files. This method will compare against big and little endian. See #101326#
*/
SVL_DLLPUBLIC static bool CompareHashPassword(const com::sun::star::uno::Sequence<sal_Int8>& rOldPassHash, const OUString& sNewPass);
diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx
index 9dfc58664fca..f66634d1ba40 100644
--- a/include/svl/filerec.hxx
+++ b/include/svl/filerec.hxx
@@ -137,7 +137,7 @@ private:
* is predetermined. So the record type serves mainly for checks
* and for file viewers that do not know the exact file format.
*
- * For that purpse 'SfxMiniRecordReader' provides a static method
+ * For that purpose 'SfxMiniRecordReader' provides a static method
* 'ScanRecordType()', with which it is possible to find out what
* Record type can be found in the stream that was passed.
*
@@ -152,7 +152,7 @@ private:
* If the record starts with 0x44 it could be a Drawing-Engine-Record.
* This is the case if the following 3 bytes spell 'RMD' or 'RVW'
* (which together with 'D'==0x44 form an abbreviation for 'DRaw-MoDel'
- * or 'DRaw-VieW'). Records of this type cannot be readby the classes
+ * or 'DRaw-VieW'). Records of this type cannot be read by the classes
* represented here, nor interpreted in any way. Only the
* 'ScanRecordType()' method can recognise it - but further processing
* is impossible.
@@ -167,7 +167,7 @@ private:
* 3 sal_uInt8 OffsetToEndOfRec
* OffsetToEndOfRec* 1 sal_uInt8 Content
*
- * For Extended-Reords the 4 byte header is followed by an extended header,
+ * For Extended-Records the 4 byte header is followed by an extended header,
* which contains first the record type, than a version number
* and a tag, which indicates the kind of content.
*
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index d9b12274aae5..19f190140aa7 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -410,7 +410,7 @@ class SVL_DLLPUBLIC SfxLinkUndoAction : public SfxUndoAction
/* [Explanation]
SfxLinkUndoAction is used to link two SfxUndoManager. The Undo/Redos inserted
- in the first SfxUndoManager redict their Undo/Redo to the second. With this it
+ in the first SfxUndoManager redirect their Undo/Redo to the second. With this it
does not matter, if the undo/redo initially was on the first or the second.
After inserting SfxLinkUndoAction on the first SfxUndoManager, you have to