summaryrefslogtreecommitdiff
path: root/chart2/source/inc
diff options
context:
space:
mode:
authorAnkur Khandelwal <khandelwalankur176@gmail.com>2021-08-09 18:12:25 +0530
committerMichael Stahl <michael.stahl@allotropia.de>2021-08-10 19:25:28 +0200
commit19b3b3b8a516fd7e76fba72ced43be539d01209a (patch)
tree57d73b6c551ba2aab66e29d1f7f3b8073dc4aa1b /chart2/source/inc
parent6f151d719ad0b4f0ee6e7a460f6b4af212df3bb2 (diff)
tdf#143148 Replaced #include guards with #pragma once.
Replace include guards with #pragma once in header file. Change-Id: I078f97ef5f7ab44ee915c78ab5f4569bde9f6640 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120208 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'chart2/source/inc')
-rw-r--r--chart2/source/inc/ModifyListenerCallBack.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/inc/ModifyListenerCallBack.hxx b/chart2/source/inc/ModifyListenerCallBack.hxx
index 5e6926d6295e..87011db56b24 100644
--- a/chart2/source/inc/ModifyListenerCallBack.hxx
+++ b/chart2/source/inc/ModifyListenerCallBack.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CHART2_SOURCE_INC_MODIFYLISTENERCALLBACK_HXX
-#define INCLUDED_CHART2_SOURCE_INC_MODIFYLISTENERCALLBACK_HXX
+#pragma once
#include <tools/link.hxx>
#include <com/sun/star/util/XModifyBroadcaster.hpp>
@@ -55,6 +54,4 @@ private: //member
} // namespace chart
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */