From 8add7525175749499cb8f6cc24e23e434beb49e9 Mon Sep 17 00:00:00 2001 From: Guillaume Poussel Date: Sun, 13 Feb 2011 17:35:58 +0100 Subject: Remove bogus comments --- basctl/source/dlged/dlgedobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basctl') 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; -- cgit