diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-08 08:48:39 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-08 19:07:29 +0100 |
commit | d0b78acb2d0a885c95c97eaa73cb70dae07a6d88 (patch) | |
tree | 41cbfbad44dca1374f8f923cbaffe509508aa31f /dbaccess/source/ui/browser/sbagrid.cxx | |
parent | c93d29181a182b889ca727553ba07e25b55e177f (diff) |
Remove useless comments.
Diffstat (limited to 'dbaccess/source/ui/browser/sbagrid.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/sbagrid.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx index 3d160de6a8e1..862257f49f8f 100644 --- a/dbaccess/source/ui/browser/sbagrid.cxx +++ b/dbaccess/source/ui/browser/sbagrid.cxx @@ -254,7 +254,6 @@ void SAL_CALL SbaXGridControl::createPeer(const Reference< ::com::sun::star::awt OSL_ENSURE(!mbCreatingPeer, "FmXGridControl::createPeer : recursion!"); // see the base class' createPeer for a comment on this - // 14.05.2001 - 86836 - frank.schoenheit@germany.sun.com // TODO: why the hell this whole class does not use any mutex? |