diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-08 13:33:02 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-07-09 04:56:21 +0200 |
commit | b7fa764f39631605d1ba1b5dba17373b82df2378 (patch) | |
tree | 565cae981217697ec33270238165f3efa978da71 /sw/source | |
parent | 570119ac367880799291cefe10dc12c12165bfc1 (diff) |
Fix typo
Change-Id: I1395f7ee7f766504d0d1d58f01f32cac9b47d6cc
Reviewed-on: https://gerrit.libreoffice.org/75223
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/inc/pagefrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/pagefrm.hxx b/sw/source/core/inc/pagefrm.hxx index cde37465f8c0..0a3782cca408 100644 --- a/sw/source/core/inc/pagefrm.hxx +++ b/sw/source/core/inc/pagefrm.hxx @@ -313,7 +313,7 @@ public: const SwRect PrtWithoutHeaderAndFooter() const; - // in case this is am empty page, this function returns the 'reference' page + // in case this is an empty page, this function returns the 'reference' page const SwPageFrame& GetFormatPage() const; /// If in header or footer area, it also indicates the exact area in rControl. |