summaryrefslogtreecommitdiff
path: root/cui/source/inc/hlmarkwn.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:46:16 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:19 +0100
commitdf2fe970724def37ac1966dbd4dc8925192b11f1 (patch)
treec1da7f6ccd19915f2d0a7fb91e80d1750356b6d3 /cui/source/inc/hlmarkwn.hxx
parentc461674dd44463719fbd44a3245389ce32fbb621 (diff)
fixincludeguards.sh: cui
Change-Id: I0a9f69b8c2129329f742f18e7749484b6f3e5bf7
Diffstat (limited to 'cui/source/inc/hlmarkwn.hxx')
-rw-r--r--cui/source/inc/hlmarkwn.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/hlmarkwn.hxx b/cui/source/inc/hlmarkwn.hxx
index f2ee1b0d2ee1..a28129553a0a 100644
--- a/cui/source/inc/hlmarkwn.hxx
+++ b/cui/source/inc/hlmarkwn.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SVX_BKWND_HYPERLINK_HXX
-#define _SVX_BKWND_HYPERLINK_HXX
+#ifndef INCLUDED_CUI_SOURCE_INC_HLMARKWN_HXX
+#define INCLUDED_CUI_SOURCE_INC_HLMARKWN_HXX
#include <com/sun/star/container/XNameAccess.hpp>
#include <vcl/dialog.hxx>
@@ -97,6 +97,6 @@ public:
};
-#endif // _SVX_BKWND_HYPERLINK_HXX
+#endif // INCLUDED_CUI_SOURCE_INC_HLMARKWN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */