diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-14 17:43:00 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-14 18:12:57 +0200 |
commit | 7249ba6877ef687fd787375e18678c5f1f417a49 (patch) | |
tree | 4b729fff093397ad49b55cc9f8d4bdb516c7f04c /toolkit/source/awt | |
parent | b81ec527f0bc07f1d988b2393e3ec02503cd72e4 (diff) |
remove external header guards
that's the problem with those: none of them was actually defined...
Change-Id: I496140e43cf8ff8a5712394023d98516aaf21adc
Diffstat (limited to 'toolkit/source/awt')
-rw-r--r-- | toolkit/source/awt/vclxsystemdependentwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxsystemdependentwindow.cxx b/toolkit/source/awt/vclxsystemdependentwindow.cxx index 39f71dada6cc..05dc3856287e 100644 --- a/toolkit/source/awt/vclxsystemdependentwindow.cxx +++ b/toolkit/source/awt/vclxsystemdependentwindow.cxx @@ -19,7 +19,7 @@ #include <com/sun/star/lang/SystemDependent.hpp> -#if defined UNX && ! defined MACOSX && ! defined _COM_SUN_STAR_AWT_SYSTEMDEPENDENTXWINDOW_HPP_ +#if defined UNX && ! defined MACOSX #include <com/sun/star/awt/SystemDependentXWindow.hpp> #endif |