summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/x11/x11sys.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/x11/x11sys.hxx')
-rw-r--r--vcl/inc/unx/x11/x11sys.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/unx/x11/x11sys.hxx b/vcl/inc/unx/x11/x11sys.hxx
index b5edfa9a5ebb..60128a9adc0d 100644
--- a/vcl/inc/unx/x11/x11sys.hxx
+++ b/vcl/inc/unx/x11/x11sys.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_X11SYS_H
-#define _SV_X11SYS_H
+#ifndef INCLUDED_VCL_INC_UNX_X11_X11SYS_HXX
+#define INCLUDED_VCL_INC_UNX_X11_X11SYS_HXX
#include <tools/solar.h>
#include <osl/mutex.hxx>
@@ -44,6 +44,6 @@ public:
int nDefButton );
};
-#endif // _SV_X11SYS_H
+#endif // INCLUDED_VCL_INC_UNX_X11_X11SYS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */