summaryrefslogtreecommitdiff
path: root/include/svtools/borderhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/borderhelper.hxx')
-rw-r--r--include/svtools/borderhelper.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/borderhelper.hxx b/include/svtools/borderhelper.hxx
index 3692cdf5a3d9..c7169d767767 100644
--- a/include/svtools/borderhelper.hxx
+++ b/include/svtools/borderhelper.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SVTOOLS_BORDERHELPER_HXX
-#define INCLUDED_SVTOOLS_BORDERHELPER_HXX
+#pragma once
#include <svtools/svtdllapi.h>
@@ -45,6 +44,4 @@ SVT_DLLPUBLIC void DrawLine( OutputDevice& rDev, const Point& rBeg,
const Point& rEnd, sal_uInt32 nWidth, SvxBorderLineStyle nDashing );
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */