sw/source/core/view/vprint.hxx |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

New commits:
commit b337df8e74214241b3c2d2facd46331eb62c17be
Author:     Suhaas Joshi <joshiesuh...@gmail.com>
AuthorDate: Wed Jan 6 20:36:10 2021 +0530
Commit:     Ilmari Lauhakangas <ilmari.lauhakan...@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.lauhakan...@libreoffice.org>
    Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@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: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to