[Libreoffice-commits] core.git: svx/inc

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 5 02:57:57 UTC 2021


 svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

New commits:
commit 292b78b9e5db5f83be4c2e510f93e69b3e2dc0d2
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Sun Jan 3 21:36:58 2021 +0900
Commit:     Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Tue Jan 5 03:57:14 2021 +0100

    svx: pragma once in sdrgrafprimitive2d.hxx
    
    Change-Id: I1288582aa751cc887f3fd3dcbcdc22bf3f188215
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108653
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>

diff --git a/svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx
index 2879a99b0c2c..731e0f18c339 100644
--- a/svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx
+++ b/svx/inc/sdr/primitive2d/sdrgrafprimitive2d.hxx
@@ -17,18 +17,13 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRGRAFPRIMITIVE2D_HXX
-#define INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRGRAFPRIMITIVE2D_HXX
+#pragma once
 
 #include <drawinglayer/primitive2d/baseprimitive2d.hxx>
 #include <basegfx/matrix/b2dhommatrix.hxx>
 #include <vcl/GraphicObject.hxx>
 #include <sdr/attribute/sdrlinefilleffectstextattribute.hxx>
 
-
-// predefines
-
-
 namespace drawinglayer::primitive2d
     {
         class SdrGrafPrimitive2D final : public BufferedDecompositionPrimitive2D
@@ -64,7 +59,4 @@ namespace drawinglayer::primitive2d
         };
 } // end of namespace drawinglayer::primitive2d
 
-
-#endif // INCLUDED_SVX_INC_SDR_PRIMITIVE2D_SDRGRAFPRIMITIVE2D_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list