diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-03-04 00:11:02 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2011-03-04 19:43:52 +0100 |
commit | 2941a0a77488ec2d98fbfc90755e86d7dec70ecd (patch) | |
tree | 6ebdb8dc431d5304003922a0da7cb02349149a8b /toolkit/source/controls/dialogcontrol.cxx | |
parent | 16c2a2f1dfa993d9d21ad793e3541e22af7f552c (diff) |
Remove bogus and useless comments.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'toolkit/source/controls/dialogcontrol.cxx')
-rw-r--r-- | toolkit/source/controls/dialogcontrol.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/source/controls/dialogcontrol.cxx b/toolkit/source/controls/dialogcontrol.cxx index 51b00190a921..952cf533e0bb 100644 --- a/toolkit/source/controls/dialogcontrol.cxx +++ b/toolkit/source/controls/dialogcontrol.cxx @@ -1616,7 +1616,6 @@ void UnoDialogControl::ImplInsertControl( Reference< XControlModel >& rxModel, c addControl( rName, xCtrl ); // will implicitly call addingControl, where we can add the PropertiesChangeListener to the model // (which we formerly did herein) - // 08.01.2001 - 96008 - fs@openoffice.org ImplSetPosSize( xCtrl ); } @@ -1759,7 +1758,6 @@ sal_Bool UnoDialogControl::setModel( const Reference< XControlModel >& rxModel ) removeControl( *pCtrls ); // will implicitly call removingControl, which will remove the PropertyChangeListener // (which we formerly did herein) - // 08.01.2001 - 96008 - fs@openoffice.org Reference< XContainer > xC( getModel(), UNO_QUERY ); if ( xC.is() ) @@ -2412,7 +2410,6 @@ void UnoParentControl::ImplInsertControl( Reference< XControlModel >& rxModel, c addControl( rName, xCtrl ); // will implicitly call addingControl, where we can add the PropertiesChangeListener to the model // (which we formerly did herein) - // 08.01.2001 - 96008 - fs@openoffice.org ImplSetPosSize( xCtrl ); } @@ -2519,7 +2516,6 @@ sal_Bool UnoParentControl::setModel( const Reference< XControlModel >& rxModel ) removeControl( *pCtrls ); // will implicitly call removingControl, which will remove the PropertyChangeListener // (which we formerly did herein) - // 08.01.2001 - 96008 - fs@openoffice.org Reference< XContainer > xC( getModel(), UNO_QUERY ); if ( xC.is() ) |