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/vcl | |
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/vcl')
-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 |
4 files changed, 4 insertions, 4 deletions
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; |