diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-06 21:32:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-06 21:32:05 +0100 |
commit | 485138f3a574417bb25af1f478d990599566f84d (patch) | |
tree | ff37b56cf79d5c20f39925a8c1fdf34ecc38880c | |
parent | f141ea7d74eaef051a40ab366c2bd287d234539b (diff) |
Fix non --enable-dbgutil builds.
-rw-r--r-- | vcl/source/window/dialog.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx index 7fed9bb85172..b2505b6db965 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -43,11 +43,7 @@ #include <vcl/mnemonic.hxx> #include <vcl/dialog.hxx> #include <vcl/decoview.hxx> - -#ifdef DBG_UTIL #include <vcl/msgbox.hxx> -#endif - #include <vcl/unowrap.hxx> |