diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-09 16:34:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-05-10 10:01:13 +0200 |
commit | 1156f981ac4557737dd915e89e11abaa61e29f14 (patch) | |
tree | 86e847ba365f478bb74d3fc4e3785689d8b45c6f /include/vcl | |
parent | 0dc47739176493ded49b665c5fdfe0fe8fff39c1 (diff) |
an is used before a vowel sound
not before vowels with a consonant sound so its a url not an url
Change-Id: Ic27ff3bee67469284d460c31ced6f63cb3633db2
Reviewed-on: https://gerrit.libreoffice.org/72062
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/IconThemeInfo.hxx | 2 | ||||
-rw-r--r-- | include/vcl/embeddedfontshelper.hxx | 2 | ||||
-rw-r--r-- | include/vcl/pdfextoutdevdata.hxx | 2 | ||||
-rw-r--r-- | include/vcl/pdfwriter.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/IconThemeInfo.hxx b/include/vcl/IconThemeInfo.hxx index dbe130272ed3..54e71e73d07f 100644 --- a/include/vcl/IconThemeInfo.hxx +++ b/include/vcl/IconThemeInfo.hxx @@ -51,7 +51,7 @@ public: */ static Size SizeByThemeName(const OUString&); - /** Check whether a IconThemeInfo can be constructed from an URL */ + /** Check whether a IconThemeInfo can be constructed from a URL */ static bool UrlCanBeParsed(const OUString& url); /** Find an icon theme by its id in a vector. diff --git a/include/vcl/embeddedfontshelper.hxx b/include/vcl/embeddedfontshelper.hxx index 7cf4d36126fa..6219bec9bb1c 100644 --- a/include/vcl/embeddedfontshelper.hxx +++ b/include/vcl/embeddedfontshelper.hxx @@ -52,7 +52,7 @@ public: std::vector< unsigned char > key, bool eot = false); /** - Returns an URL for a file where to store contents of a given temporary font. + Returns a URL for a file where to store contents of a given temporary font. The file may or not may not exist yet, and will be cleaned up automatically as appropriate. Use activateTemporaryFont() to actually enable usage of the font. diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx index 4c54b7efcfb0..4c14283b03a8 100644 --- a/include/vcl/pdfextoutdevdata.hxx +++ b/include/vcl/pdfextoutdevdata.hxx @@ -270,7 +270,7 @@ public: */ void SetLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId ); /** Set the URL for a link - <p>will change a dest type link to an URL type link if necessary</p> + <p>will change a dest type link to a URL type link if necessary</p> @param nLinkId the link to be changed diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx index 949cdc72d377..adf19cd1272c 100644 --- a/include/vcl/pdfwriter.hxx +++ b/include/vcl/pdfwriter.hxx @@ -933,7 +933,7 @@ The following structure describes the permissions used in PDF security */ void SetLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId ); /** Set the URL for a link - will change a dest type link to an URL type link if necessary + will change a dest type link to a URL type link if necessary @param nLinkId the link to be changed |