summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-01-24 12:56:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-01-25 06:05:54 +0000
commit6d898945d57b53b862c41a3adbd0d4eddd8dfbcd (patch)
treef25cdb30411048df0b5dac05bb80dea50898c703 /include
parentuse tools::SvRef in ScSpellDialogChildWindow (diff)
downloadcore-6d898945d57b53b862c41a3adbd0d4eddd8dfbcd.tar.gz
core-6d898945d57b53b862c41a3adbd0d4eddd8dfbcd.zip
Fix typo in comments: relativ -> relative
Change-Id: I58833e503e93b8057f92710c5828bba6cecd4e09 Reviewed-on: https://gerrit.libreoffice.org/33488 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/configurationhelper.hxx12
-rw-r--r--include/editeng/unoedsrc.hxx2
-rw-r--r--include/registry/registry.hxx8
-rw-r--r--include/svx/svdglev.hxx2
-rw-r--r--include/svx/svdglue.hxx2
5 files changed, 13 insertions, 13 deletions
diff --git a/include/comphelper/configurationhelper.hxx b/include/comphelper/configurationhelper.hxx
index 4a9243a24204..916ee016c151 100644
--- a/include/comphelper/configurationhelper.hxx
+++ b/include/comphelper/configurationhelper.hxx
@@ -101,11 +101,11 @@ public:
*
* This method must be used in combination with openConfig().
* The cached configuration access must be provided here ... and
- * all operations are made relativ to this access point.
+ * all operations are made relative to this access point.
*
* @param xCFG
* the configuration root, where sRelPath should be interpreted.
- * as relativ path
+ * as relative path
*
* @param sRelPath
* path relative to xCFG parameter.
@@ -130,11 +130,11 @@ public:
*
* This method must be used in combination with openConfig().
* The cached configuration access must be provided here ... and
- * all operations are made relativ to this access point.
+ * all operations are made relative to this access point.
*
* @param xCFG
* the configuration root, where sRelPath should be interpreted.
- * as relativ path
+ * as relative path
*
* @param sRelPath
* path relative to xCFG parameter.
@@ -161,14 +161,14 @@ public:
*
* This method must be used in combination with openConfig().
* The cached configuration access must be provided here ... and
- * all operations are made relativ to this access point.
+ * all operations are made relative to this access point.
*
* Further this method must be used only with configuration set's.
* Atomic keys can't be "created" ... they "exists every time".
*
* @param xCFG
* the configuration root, where sRelPathToSet should be interpreted
- * as relativ path.
+ * as relative path.
*
* @param sRelPathToSet
* path relative to xCFG parameter.
diff --git a/include/editeng/unoedsrc.hxx b/include/editeng/unoedsrc.hxx
index 7c84c7c7625e..e4930816fbd5 100644
--- a/include/editeng/unoedsrc.hxx
+++ b/include/editeng/unoedsrc.hxx
@@ -270,7 +270,7 @@ public:
@param rPoint
Point to query text position of. Is interpreted in logical
- coordinates, relativ to the upper left corner of the text, and
+ coordinates, relative to the upper left corner of the text, and
in the map mode given by GetMapMode()
@param rPara[0 .. n-1]
diff --git a/include/registry/registry.hxx b/include/registry/registry.hxx
index 0aea6fd86ed7..230e0293f68d 100644
--- a/include/registry/registry.hxx
+++ b/include/registry/registry.hxx
@@ -371,7 +371,7 @@ public:
/** creates a new key or opens a key if the specified key already exists.
- The specified keyname is relativ to this key.
+ The specified keyname is relative to this key.
@param keyName specifies the name of the key which will be opened or created.
@param rNewKey references a RegistryKey which will be filled with the new or open key.
@return RegError::NO_ERROR if succeeds else an error code.
@@ -381,7 +381,7 @@ public:
/** opens the specified key.
- The specified keyname is relativ to this key.
+ The specified keyname is relative to this key.
@param keyName specifies the name of the key which will be opened.
@param rOpenKey references a RegistryKey which will be filled with the open key.
@return RegError::NO_ERROR if succeeds else an error code.
@@ -391,7 +391,7 @@ public:
/** opens all subkeys of the specified key.
- The specified keyname is relativ to this key.
+ The specified keyname is relative to this key.
@param keyName specifies the name of the key which subkeys will be opened.
@param rSubKeys reference a RegistryKeyArray which will be filled with the open subkeys.
@return RegError::NO_ERROR if succeeds else an error code.
@@ -401,7 +401,7 @@ public:
/** returns an array with the names of all subkeys of the specified key.
- The specified keyname is relativ to this key.
+ The specified keyname is relative to this key.
@param keyName specifies the name of the key which subkey names will be returned.
@param rSubKeyNames reference a RegistryKeyNames array which will be filled with the subkey names.
@return RegError::NO_ERROR if succeeds else an error code.
diff --git a/include/svx/svdglev.hxx b/include/svx/svdglev.hxx
index 50beed43bd45..d085464f6d65 100644
--- a/include/svx/svdglev.hxx
+++ b/include/svx/svdglev.hxx
@@ -51,7 +51,7 @@ public:
SDR_TRISTATE IsMarkedGluePointsEscDir(SdrEscapeDirection nThisEsc) const;
void SetMarkedGluePointsEscDir(SdrEscapeDirection nThisEsc, bool bOn);
- // check/set, if the GluePoints are relativ to the
+ // check/set, if the GluePoints are relative to the
// object size (Percent=sal_True) or not (Percent=sal_False)
SDR_TRISTATE IsMarkedGluePointsPercent() const;
void SetMarkedGluePointsPercent(bool bOn);
diff --git a/include/svx/svdglue.hxx b/include/svx/svdglue.hxx
index 1543e0e4ca57..3e4e8c89b4da 100644
--- a/include/svx/svdglue.hxx
+++ b/include/svx/svdglue.hxx
@@ -67,7 +67,7 @@ namespace o3tl
class SVX_DLLPUBLIC SdrGluePoint {
// Reference Point is SdrObject::GetSnapRect().Center()
// bNoPercent=false: position is -5000..5000 (1/100)% or 0..10000 (depending on align)
- // bNoPercent=true : position is in log unit, relativ to the reference point
+ // bNoPercent=true : position is in log unit, relative to the reference point
Point aPos;
SdrEscapeDirection nEscDir;
sal_uInt16 nId;