summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/environmentofanchoredobject.hxx
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2017-03-13 23:30:45 +0000
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-19 05:43:51 +0000
commit7e24cedb9eaf68c2b95296bf6352f94e2a60532e (patch)
tree68d8e9540388fd02faa6312cd38a72e5b1736c31 /sw/source/core/inc/environmentofanchoredobject.hxx
parentde084e09cfbf646703c80fd84cebb5978e1ca940 (diff)
fix typo/grammar: "the the" --> the
* also removing pointless ASCII art (tdf#62475) * truncate ending whitespace in Doxyfile Change-Id: I59b012f41ac0d170216229da85a49aa41689dee5 Reviewed-on: https://gerrit.libreoffice.org/35151 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/inc/environmentofanchoredobject.hxx')
-rw-r--r--sw/source/core/inc/environmentofanchoredobject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/environmentofanchoredobject.hxx b/sw/source/core/inc/environmentofanchoredobject.hxx
index 10cc50058a00..aa3d5a2a5be5 100644
--- a/sw/source/core/inc/environmentofanchoredobject.hxx
+++ b/sw/source/core/inc/environmentofanchoredobject.hxx
@@ -62,7 +62,7 @@ namespace objectpositioning
starting point for the search of the layout frame.
@return reference to the layout frame, which determines the
- the horizontal environment the object has to be positioned in.
+ horizontal environment the object has to be positioned in.
*/
const SwLayoutFrame& GetHoriEnvironmentLayoutFrame( const SwFrame& _rHoriOrientFrame ) const;
@@ -87,7 +87,7 @@ namespace objectpositioning
starting point for the search of the layout frame.
@return reference to the layout frame, which determines the
- the vertical environment the object has to be positioned in.
+ vertical environment the object has to be positioned in.
*/
const SwLayoutFrame& GetVertEnvironmentLayoutFrame( const SwFrame& _rVertOrientFrame ) const;
};