summaryrefslogtreecommitdiffstats
path: root/rsc/source
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-04-19 18:27:03 +0200
committerMathias Bauer <mba@openoffice.org>2010-04-19 18:27:03 +0200
commit86c8dc781b3a5aef3126931ee43d1f190a0143a5 (patch)
treec4980fb81267550f7ff83bdf7c13eb6a9fc13ddf /rsc/source
parentCWS gnumake2: removed files in svl; typo in svtools makefile; missing include... (diff)
downloadcore-86c8dc781b3a5aef3126931ee43d1f190a0143a5.tar.gz
core-86c8dc781b3a5aef3126931ee43d1f190a0143a5.zip
CWS gnumake2: remove duplicate header in solver: vcl/imagebtn.hxx is just a copy of vcl/button.hxx
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/parser/rscdb.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index 97d23d4e3b53..d003b9a1f321 100644
--- a/rsc/source/parser/rscdb.cxx
+++ b/rsc/source/parser/rscdb.cxx
@@ -902,7 +902,7 @@ ERRTYPE RscTypCont :: WriteHxx( FILE * fOutput, ULONG nFileKey )
fprintf( fOutput, "#include <vcl/fixed.hxx>\n" );
fprintf( fOutput, "#include <vcl/group.hxx>\n" );
fprintf( fOutput, "#include <vcl/image.hxx>\n" );
- fprintf( fOutput, "#include <vcl/imagebtn.hxx>\n" );
+ fprintf( fOutput, "#include <vcl/button.hxx>\n" );
fprintf( fOutput, "#include <vcl/keycod.hxx>\n" );
fprintf( fOutput, "#include <vcl/lstbox.hxx>\n" );
fprintf( fOutput, "#include <vcl/mapmod.hxx>\n" );