From d0df04f299a6634075c8410f5c5e01e57f6fae68 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 23 Oct 2013 19:10:20 +0200 Subject: fixincludeguards.sh: include/vcl Change-Id: Iaea4396f60aeade5303bf83a4504ad62f161b83c --- include/vcl/btndlg.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/vcl/btndlg.hxx') diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx index 12c7cbe394e1..4d631dfdd2fd 100644 --- a/include/vcl/btndlg.hxx +++ b/include/vcl/btndlg.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SV_BTNDLG_HXX -#define _SV_BTNDLG_HXX +#ifndef INCLUDED_VCL_BTNDLG_HXX +#define INCLUDED_VCL_BTNDLG_HXX #include @@ -100,6 +100,6 @@ public: const Link& GetClickHdl() const { return maClickHdl; } }; -#endif // _SV_BTNDLG_HXX +#endif // INCLUDED_VCL_BTNDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit