diff options
author | Júlio Hoffimann <julio.hoffimann@gmail.com> | 2011-04-14 08:12:27 -0300 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-15 10:39:52 +0200 |
commit | 4fc170d3e8d0bb05197deb57f60d85f9fd9f0f72 (patch) | |
tree | cc696806a52e76ab60b457b81d40e80c3908bcdd /toolkit/source | |
parent | 416c0f6b75f35e5680ee81d6080bbce02db06d1f (diff) |
all bogus comments removed by regular expressions
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/helper/unowrapper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/helper/unowrapper.cxx b/toolkit/source/helper/unowrapper.cxx index 01cef532a60f..5e107a8c6559 100644 --- a/toolkit/source/helper/unowrapper.cxx +++ b/toolkit/source/helper/unowrapper.cxx @@ -64,7 +64,7 @@ using namespace ::com::sun::star; case WINDOW_OKBUTTON: case WINDOW_CANCELBUTTON: return new VCLXButton; case WINDOW_CHECKBOX: return new VCLXCheckBox; - // --> OD 2009-06-29 #i95042# + // #i95042# // A Window of type <MetricBox> is inherited from type <ComboBox>. // Thus, it does make more sense to return a <VCLXComboBox> instance // instead of only a <VCLXWindow> instance, especially regarding its |