diff options
author | dennisroczek <dennisroczek@libreoffice.org> | 2017-04-01 15:26:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-27 22:20:40 +0200 |
commit | 91a1342aa2930268006614680ec439c6ebecdedb (patch) | |
tree | 922a2e7ec859c5498ce45bc167f5c496a795c7e0 /svtools | |
parent | bfc54ba3d2ac7f7ff40f8b3e95a6bd9b74bcd0c5 (diff) |
tdf#39468 cleanup source code comments
* translate German source code comments
* remove ascii art
* remove bogus source Code comments
* remove old StarOffice/Sun internal bug tracker references
Change-Id: I443bf2fdba3780c411d69809111daf3aa3a48451
Reviewed-on: https://gerrit.libreoffice.org/36005
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/genericunodialog.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx index 894d90403427..94578e4cbe03 100644 --- a/svtools/source/uno/genericunodialog.cxx +++ b/svtools/source/uno/genericunodialog.cxx @@ -104,7 +104,7 @@ sal_Bool SAL_CALL OGenericUnoDialog::supportsService(const OUString& ServiceName void OGenericUnoDialog::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) { - // TODO : need some handling if we're currently executing ... + // TODO: need some handling if we're currently executing ... OPropertyContainer::setFastPropertyValue_NoBroadcast(nHandle, rValue); @@ -185,8 +185,7 @@ bool OGenericUnoDialog::impl_ensureDialog_lck() if ( !m_bTitleAmbiguous ) pDialog->SetText( sTitle ); - // be notified when the dialog is killed by somebody else - // #i65958# / 2006-07-07 / frank.schoenheit@sun.com + // be notified when the dialog is killed by somebody else #i65958# pDialog->AddEventListener( LINK( this, OGenericUnoDialog, OnDialogDying ) ); m_pDialog = pDialog; |