summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorJúlio Hoffimann <julio.hoffimann@gmail.com>2011-04-14 08:12:27 -0300
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-04-15 10:39:52 +0200
commit4fc170d3e8d0bb05197deb57f60d85f9fd9f0f72 (patch)
treecc696806a52e76ab60b457b81d40e80c3908bcdd /toolkit
parent416c0f6b75f35e5680ee81d6080bbce02db06d1f (diff)
all bogus comments removed by regular expressions
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/unowrapper.cxx2
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