summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorcsegura <carlossegurag@gmail.com>2021-01-03 13:36:12 -0600
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2021-01-19 13:08:20 +0100
commitc0e9bda0149b12d072607c744bdf72c6ddb439e5 (patch)
tree6675eb7baed05b7753dc609174ab66f94966ea35 /basctl
parentb484e8131ef5d3c4bc57fb14197d62272bfa0b41 (diff)
tdf#124176 Use pragma once instead of include guards in basctl
pragma once instead of include guards in textwindowpeer.hxx Change-Id: Ie0be2626863dc6a570c2146cb86bb0f1c548e91a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108643 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/textwindowpeer.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/basicide/textwindowpeer.hxx b/basctl/source/basicide/textwindowpeer.hxx
index 8be9186f9f43..077ad32cd79f 100644
--- a/basctl/source/basicide/textwindowpeer.hxx
+++ b/basctl/source/basicide/textwindowpeer.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_TEXTWINDOWPEER_HXX
-#define INCLUDED_SVTOOLS_TEXTWINDOWPEER_HXX
+#pragma once
#include <sal/config.h>
@@ -35,6 +34,4 @@ namespace basctl
css::uno::Reference<css::awt::XWindowPeer> createTextWindowPeer(TextView& view);
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */