[Libreoffice-commits] core.git: sw/source
Suhaas Joshi (via logerrit)
logerrit at kemper.freedesktop.org
Sun Feb 28 09:52:35 UTC 2021
sw/source/core/view/vprint.hxx | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
New commits:
commit b337df8e74214241b3c2d2facd46331eb62c17be
Author: Suhaas Joshi <joshiesuhaas at gmail.com>
AuthorDate: Wed Jan 6 20:36:10 2021 +0530
Commit: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
CommitDate: Sun Feb 28 10:51:49 2021 +0100
tdf#124176 Use pragma once in sw/source/core/view
Change-Id: I89fdf4a38eac6d69f2d432eefbf13d036cfb1a14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108876
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas at libreoffice.org>
diff --git a/sw/source/core/view/vprint.hxx b/sw/source/core/view/vprint.hxx
index 2d91e3f90d4c..60f2750caeb9 100644
--- a/sw/source/core/view/vprint.hxx
+++ b/sw/source/core/view/vprint.hxx
@@ -16,17 +16,12 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#ifndef INCLUDED_SW_SOURCE_CORE_VIEW_VPRINT_HXX
-#define INCLUDED_SW_SOURCE_CORE_VIEW_VPRINT_HXX
+#pragma once
#include <sal/types.h>
class SwRootFrame;
class SwPageFrame;
-
SwPageFrame const* sw_getPage(SwRootFrame const& rLayout, sal_Int32 const nPage);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list