diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-19 18:27:03 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-19 18:27:03 +0200 |
commit | f86e04ac0c561d8c87c4f192fcf7f7c982967fa7 (patch) | |
tree | 7efc225c6f874aea8838237ef606330b6322989a /sc/workben | |
parent | d6e05aac122b408be9ebd04231a6a7ac4ed1bb36 (diff) |
CWS gnumake2: remove duplicate header in solver: vcl/imagebtn.hxx is just a copy of vcl/button.hxx
Diffstat (limited to 'sc/workben')
-rw-r--r-- | sc/workben/test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx index 4caa49e3adcd..b6b640a8a4ba 100644 --- a/sc/workben/test.cxx +++ b/sc/workben/test.cxx @@ -29,7 +29,7 @@ #include <svtools/libcall.hxx> #include <vcl/msgbox.hxx> #include <vcl/window.hxx> -#include <vcl/imagebtn.hxx> +#include <vcl/button.hxx> #include <vcl/field.hxx> #include <vcl/fixed.hxx> #include <vcl/help.hxx> |