summaryrefslogtreecommitdiff
path: root/include/svx/svdglue.hxx
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/svx/svdglue.hxx
parent3cda5ffdda64eff9282450816334d18f7aa015bd (diff)
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/svx/svdglue.hxx')
-rw-r--r--include/svx/svdglue.hxx2
1 files changed, 1 insertions, 1 deletions
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;