diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-13 17:35:58 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-13 17:35:58 +0100 |
commit | 8add7525175749499cb8f6cc24e23e434beb49e9 (patch) | |
tree | aa423dd2dcc0092b54fa503e29649b09ed7ad29d /basctl | |
parent | e66aaababcd2bb4b660f798a06d518e394c1c855 (diff) |
Remove bogus comments
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/dlged/dlgedobj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx index b7fe7c6235b8..ff4c420d8855 100644 --- a/basctl/source/dlged/dlgedobj.cxx +++ b/basctl/source/dlged/dlgedobj.cxx @@ -1868,7 +1868,7 @@ awt::DeviceInfo DlgEdForm::getDeviceInfo() const { // don't create a temporary control all the time, this method here is called // way too often. Instead, use a cached DeviceInfo. - // 2007-02-05 / i74065 / frank.schoenheit@sun.com + // #i74065# if ( !!mpDeviceInfo ) return *mpDeviceInfo; |