summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-09 16:34:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 10:01:13 +0200
commit1156f981ac4557737dd915e89e11abaa61e29f14 (patch)
tree86e847ba365f478bb74d3fc4e3785689d8b45c6f /include
parent0dc47739176493ded49b665c5fdfe0fe8fff39c1 (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')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKit.hxx2
-rw-r--r--include/editeng/editstat.hxx2
-rw-r--r--include/linguistic/misc.hxx2
-rw-r--r--include/osl/file.h2
-rw-r--r--include/osl/file.hxx2
-rw-r--r--include/svtools/fileurlbox.hxx2
-rw-r--r--include/svx/databaselocationinput.hxx2
-rw-r--r--include/tools/urlobj.hxx4
-rw-r--r--include/vcl/IconThemeInfo.hxx2
-rw-r--r--include/vcl/embeddedfontshelper.hxx2
-rw-r--r--include/vcl/pdfextoutdevdata.hxx2
-rw-r--r--include/vcl/pdfwriter.hxx2
12 files changed, 13 insertions, 13 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 64aac1b361c5..534621ec5ac6 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -669,7 +669,7 @@ public:
}
/**
- * Loads a document from an URL.
+ * Loads a document from a URL.
*
* @param pUrl the URL of the document to load
* @param pFilterOptions options for the import filter, e.g. SkipImages.
diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx
index 242d179b36a5..0d71fdda6625 100644
--- a/include/editeng/editstat.hxx
+++ b/include/editeng/editstat.hxx
@@ -38,7 +38,7 @@ enum class EEControlBits
ALLOWBIGOBJS = 0x00000800, // Portion info in text object
ONLINESPELLING = 0x00001000, // During the edit Spelling
STRETCHING = 0x00002000, // Stretch mode
- MARKNONURLFIELDS = 0x00004000, // Mark fields other than URL with color
+ MARKNONURLFIELDS = 0x00004000, // Mark fields other tha URL with color
MARKURLFIELDS = 0x00008000, // Mark URL fields with color
MARKFIELDS = (MARKNONURLFIELDS | MARKURLFIELDS),
RTFSTYLESHEETS = 0x00020000, // Use Stylesheets when imported
diff --git a/include/linguistic/misc.hxx b/include/linguistic/misc.hxx
index 80b52116ab4f..f0186f3dc33f 100644
--- a/include/linguistic/misc.hxx
+++ b/include/linguistic/misc.hxx
@@ -122,7 +122,7 @@ bool FileExists( const OUString &rURL );
OUString GetDictionaryWriteablePath();
std::vector< OUString > GetDictionaryPaths();
-/// @returns an URL for a new and writable dictionary rDicName.
+/// @returns a URL for a new and writable dictionary rDicName.
/// The URL will point to the path given by 'GetDictionaryWriteablePath'
LNG_DLLPUBLIC OUString GetWritableDictionaryURL( const OUString &rDicName );
diff --git a/include/osl/file.h b/include/osl/file.h
index cf0bbfb9495d..9548ed8d7571 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -1396,7 +1396,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getCanonicalName(
Base directory URL to which the relative path is related to.
@param[in] pustrRelativeFileURL
- An URL of a file or directory relative to the directory path specified by pustrBaseDirectoryURL
+ A URL of a file or directory relative to the directory path specified by pustrBaseDirectoryURL
or an absolute path.
If pustrRelativeFileURL denotes an absolute path pustrBaseDirectoryURL will be ignored.
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 855398db4038..b11f76731867 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -139,7 +139,7 @@ public:
Base directory URL to which the relative path is related to.
@param[in] ustrRelativeFileURL
- An URL of a file or directory relative to the directory path specified by ustrBaseDirectoryURL
+ A URL of a file or directory relative to the directory path specified by ustrBaseDirectoryURL
or an absolute path.
If ustrRelativeFileURL denotes an absolute path ustrBaseDirectoryURL will be ignored.
diff --git a/include/svtools/fileurlbox.hxx b/include/svtools/fileurlbox.hxx
index 584b1daeebd2..208195e2226f 100644
--- a/include/svtools/fileurlbox.hxx
+++ b/include/svtools/fileurlbox.hxx
@@ -46,7 +46,7 @@ namespace svt
/** transforms the given URL content into a system-dependent notation, if possible, and
sets it as current display text
- <p>If the user enters an URL such as "file:///c:/some%20directory", then this will be converted
+ <p>If the user enters a URL such as "file:///c:/some%20directory", then this will be converted
to "c:\some directory" for better readability.</p>
@param _rURL
diff --git a/include/svx/databaselocationinput.hxx b/include/svx/databaselocationinput.hxx
index 723bc7fc9e20..8b84c7fe7f59 100644
--- a/include/svx/databaselocationinput.hxx
+++ b/include/svx/databaselocationinput.hxx
@@ -59,7 +59,7 @@ namespace svx
*/
void setURL( const OUString& _rURL );
- /** returns the current database location, in form of an URL (not a system path)
+ /** returns the current database location, in form of a URL (not a system path)
*/
OUString getURL() const;
diff --git a/include/tools/urlobj.hxx b/include/tools/urlobj.hxx
index 391a629c5598..3cbbab49f5bf 100644
--- a/include/tools/urlobj.hxx
+++ b/include/tools/urlobj.hxx
@@ -751,7 +751,7 @@ public:
/** Create an INetURLObject from a file system path.
- @param rFSysPath A file system path. An URL is not allowed here!
+ @param rFSysPath A file system path. A URL is not allowed here!
@param eStyle The notation of rFSysPath.
*/
@@ -760,7 +760,7 @@ public:
/** Set this INetURLObject to a file URL constructed from a file system
path.
- @param rFSysPath A file system path. An URL is not allowed here!
+ @param rFSysPath A file system path. A URL is not allowed here!
@param eStyle The notation of rFSysPath.
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