summaryrefslogtreecommitdiff
path: root/include/vcl/btndlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/btndlg.hxx')
-rw-r--r--include/vcl/btndlg.hxx6
1 files changed, 3 insertions, 3 deletions
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 <boost/ptr_container/ptr_vector.hpp>
@@ -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: */