diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 04:15:12 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:54 +0100 |
commit | d22cf7e932af137e8c0621acc37873ced3ab7c89 (patch) | |
tree | 7e90f60cdc6045fb3e1c4f02e7fbcfae329f869c /svx | |
parent | 433b00a831dcac6d17f2d44a19745cc90d4ba863 (diff) |
presumably this was intended as include guard
remove it, as it's nonsense
Change-Id: Id8171b81d42dfd3d391b7c5e6602d9271b6697c7
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/lboxctrl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx index cf30761e83ac..5470bcd8f18a 100644 --- a/svx/source/tbxctrls/lboxctrl.cxx +++ b/svx/source/tbxctrls/lboxctrl.cxx @@ -17,10 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#ifdef _TOOLS_DEBUG_HXX #include <tools/debug.hxx> -#endif #include <sal/types.h> #include <vcl/lstbox.hxx> #include <vcl/toolbox.hxx> |