summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-01-24 10:26:55 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-01-24 03:10:14 +0000
commit79497f458727a0dea983847fe9d3873bf9c2e972 (patch)
tree101c672a5320254b05cdfb75cacb48ae8730d04e /include
parentc2850bab4f7e5700151a18d806268f2b86a25d56 (diff)
Fix typo in comments: absolut -> absolute
Change-Id: I8aab9004001a9a2ddd54b4c73857b6f9c5b51515 Reviewed-on: https://gerrit.libreoffice.org/33486 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'include')
-rw-r--r--include/osl/file.h2
-rw-r--r--include/svx/polypolygoneditor.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/file.h b/include/osl/file.h
index a9c94627e4a2..12a0de8c9074 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -39,7 +39,7 @@ high performance access to file system issues on any operating system.<p>
There are a few main goals:<p>
-1.The path specifications always has to be absolut. Any usage of relative path
+1.The path specifications always has to be absolute. Any usage of relative path
specifications is forbidden. Exceptions are <code>osl_getSystemPathFromFileURL</code>,
<code>osl_getFileURLFromSystemPath</code> and <code>osl_getAbsoluteFileURL</code>. Most operating systems
provide a "Current Directory" per process. This is the reason why relative path
diff --git a/include/svx/polypolygoneditor.hxx b/include/svx/polypolygoneditor.hxx
index 7c43ca6a3f31..a65200fd3ad2 100644
--- a/include/svx/polypolygoneditor.hxx
+++ b/include/svx/polypolygoneditor.hxx
@@ -51,7 +51,7 @@ public:
*/
bool SetPointsSmooth( basegfx::B2VectorContinuity eFlags, const std::set< sal_uInt16 >& rAbsPoints);
- /** Outputs the relative position ( polygon number and point number in that polygon ) from the absolut point number.
+ /** Outputs the relative position ( polygon number and point number in that polygon ) from the absolute point number.
False is returned if the given absolute point is greater not inside this B2DPolyPolygon
*/
static bool GetRelativePolyPoint( const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbsPnt, sal_uInt32& rPolyNum, sal_uInt32& rPointNum );