diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 20:24:35 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 20:27:30 +1100 |
commit | 0b99d78015760b72e033f25e8ae126d96fd572a3 (patch) | |
tree | d6b29b9b46d6f143a52dd6f3725790b9bcd87d25 /vcl/Library_vcl.mk | |
parent | 692a7c2e79e1446516776642c38d571e33c271e4 (diff) |
vcl: rename private ilstbox.hxx header to listbox.hxx
It actually was deliberately named "ilstbox.hxx", it wasn't a typo
as it stands for Implementation (the "i") and lstbox is
abbreviated, I assume because the original developers were
contorting themselves into getting filenames into DOS 8.3 chars...
Change-Id: I04e5927e9df754f5115829645ca0013792bf3c54
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r-- | vcl/Library_vcl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk index e53ce10b9991..ebce791328a5 100644 --- a/vcl/Library_vcl.mk +++ b/vcl/Library_vcl.mk @@ -210,10 +210,10 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\ vcl/source/control/fixed \ vcl/source/control/fixedhyper \ vcl/source/control/group \ - vcl/source/control/ilstbox \ vcl/source/control/imgctrl \ vcl/source/control/longcurr \ - vcl/source/control/lstbox \ + vcl/source/control/imp_listbox \ + vcl/source/control/listbox \ vcl/source/control/menubtn \ vcl/source/control/morebtn \ vcl/source/control/quickselectionengine \ |