summaryrefslogtreecommitdiff
path: root/include/vcl/lstbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r--include/vcl/lstbox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx
index 3680522ff539..6b3ab8c105dd 100644
--- a/include/vcl/lstbox.hxx
+++ b/include/vcl/lstbox.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_LSTBOX_HXX
-#define _SV_LSTBOX_HXX
+#ifndef INCLUDED_VCL_LSTBOX_HXX
+#define INCLUDED_VCL_LSTBOX_HXX
#include <vcl/dllapi.h>
#include <vcl/ctrl.hxx>
@@ -254,6 +254,6 @@ public:
};
-#endif // _SV_LSTBOX_HXX
+#endif // INCLUDED_VCL_LSTBOX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */