sw/source/core/inc/pagefrm.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b7fa764f39631605d1ba1b5dba17373b82df2378 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jul 8 13:33:02 2019 +0000 Commit: Jens Carl <[email protected]> CommitDate: Tue Jul 9 04:56:21 2019 +0200 Fix typo Change-Id: I1395f7ee7f766504d0d1d58f01f32cac9b47d6cc Reviewed-on: https://gerrit.libreoffice.org/75223 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> 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. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
