summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-04 00:11:02 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-04 19:43:52 +0100
commit2941a0a77488ec2d98fbfc90755e86d7dec70ecd (patch)
tree6ebdb8dc431d5304003922a0da7cb02349149a8b /svtools/source
parent16c2a2f1dfa993d9d21ad793e3541e22af7f552c (diff)
Remove bogus and useless comments.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/brwbox/editbrowsebox.cxx2
-rw-r--r--svtools/source/contnr/fileview.cxx3
-rw-r--r--svtools/source/contnr/svimpbox.cxx1
-rw-r--r--svtools/source/control/fmtfield.cxx1
-rw-r--r--svtools/source/control/inettbc.cxx2
-rw-r--r--svtools/source/misc/transfer.cxx2
-rw-r--r--svtools/source/productregistration/productregistration.cxx1
-rw-r--r--svtools/source/uno/unoiface.cxx2
8 files changed, 4 insertions, 10 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx
index 9cd56b4932d0..ab426a421e6a 100644
--- a/svtools/source/brwbox/editbrowsebox.cxx
+++ b/svtools/source/brwbox/editbrowsebox.cxx
@@ -501,7 +501,6 @@ namespace svt
// we are about to leave the current cell. If there is a "this cell has been modified" notification
// pending (asynchronously), this may be deadly -> do it synchronously
- // 95826 - 2002-10-14 - fs@openoffice.org
if ( nCellModifiedEvent )
{
Application::RemoveUserEvent( nCellModifiedEvent );
@@ -512,7 +511,6 @@ namespace svt
if (0 == rEvt.GetColumnId())
{ // it was the handle column. save the current cell content if necessary
// (clicking on the handle column results in selecting the current row)
- // 23.01.2001 - 82797 - FS
if (IsEditing() && aController->IsModified())
SaveModified();
}
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index ae65e9668193..3a9efa5f9905 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -1142,7 +1142,6 @@ BOOL ViewTabListBox_Impl::DoubleClickHdl()
// - which is not what in the case of content replace
// (I really doubt that this behaviour of the SvImpLBox does make any sense at all, but
// who knows ...)
- // 07.12.2001 - 95727 - fs@openoffice.org
}
::rtl::OUString ViewTabListBox_Impl::GetAccessibleObjectDescription( ::svt::AccessibleBrowseBoxObjType _eType, sal_Int32 _nPos ) const
@@ -2455,7 +2454,7 @@ void SvtFileView_Impl::Resort_Impl( sal_Int16 nColumn, sal_Bool bAscending )
{
pEntry = mpView->GetEntry( nPos );
- ++mnSuspendSelectCallback; // #i15668# - 2004-04-25 - fs@openoffice.org
+ ++mnSuspendSelectCallback; // #i15668#
mpView->SetCurEntry( pEntry );
--mnSuspendSelectCallback;
}
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index 76bf07d2032f..9c5b4a56df30 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -2257,7 +2257,6 @@ BOOL SvImpLBox::KeyInput( const KeyEvent& rKEvt)
// if there is no next entry, take the current one
// this ensures that in case of _one_ entry in the list, this entry is selected when pressing
// the cursor key
- // 06.09.20001 - 83416 - fs@openoffice.org
if ( !pNewCursor && pCursor )
pNewCursor = pCursor;
diff --git a/svtools/source/control/fmtfield.cxx b/svtools/source/control/fmtfield.cxx
index 9900bfe52f09..68072ce2d388 100644
--- a/svtools/source/control/fmtfield.cxx
+++ b/svtools/source/control/fmtfield.cxx
@@ -813,7 +813,6 @@ void FormattedField::FormatChanged( FORMAT_CHANGE_TYPE _nWhat )
if ( ( 0 != ( _nWhat & FCT_FORMATTER ) ) && m_pFormatter )
m_pFormatter->SetEvalDateFormat( NF_EVALDATEFORMAT_INTL_FORMAT );
- // 95845 - 03.04.2002 - fs@openoffice.org
ReFormat();
}
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx
index a7583c6634af..6d1cd75c4f74 100644
--- a/svtools/source/control/inettbc.cxx
+++ b/svtools/source/control/inettbc.cxx
@@ -1167,7 +1167,7 @@ String SvtURLBox::GetURL()
aText.EraseTrailingChars();
if ( !aText.Len() )
return aText;
- // #i9739# - 2002-12-03 - fs@openoffice.org
+ // #i9739#
#endif
INetURLObject aObj( aText );
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 8743058f39cf..1ce02a305513 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -2301,7 +2301,7 @@ TransferableDataHelper TransferableDataHelper::CreateFromSystemClipboard( Window
{
aRet = TransferableDataHelper( xTransferable );
aRet.mxClipboard = xClipboard;
- // also copy the clipboard - 99030 - 23.05.2002 - fs@openoffice.org
+ // also copy the clipboard
}
}
catch( const ::com::sun::star::uno::Exception& )
diff --git a/svtools/source/productregistration/productregistration.cxx b/svtools/source/productregistration/productregistration.cxx
index 909e1e5eb96c..2bb1371572cf 100644
--- a/svtools/source/productregistration/productregistration.cxx
+++ b/svtools/source/productregistration/productregistration.cxx
@@ -333,7 +333,6 @@ namespace svt
// thus, there is no help during the lifetime of the dialog.
// To fake this, we explicitly load the necessary services when the user
// really requests help herein.
- // #110791# - 2003-06-11 - fs@openoffice.org
Reference < XInitialization > xOfficeWrapper(
m_xORB->createInstance(
OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.office.OfficeWrapper" ) )
diff --git a/svtools/source/uno/unoiface.cxx b/svtools/source/uno/unoiface.cxx
index dc74dc3ea8ff..a58ce80bdcad 100644
--- a/svtools/source/uno/unoiface.cxx
+++ b/svtools/source/uno/unoiface.cxx
@@ -529,7 +529,7 @@ void SAL_CALL VCLXMultiLineEdit::setFocus( ) throw(::com::sun::star::uno::Runti
// does is forwarding the focus to it's text window. This text window then does a "select all".
// So if the text window already has the focus, and we give the focus to the multi line
// edit, then all which happens is that everything is selected.
- // #i27072# - 2004-04-25 - fs@openoffice.org
+ // #i27072#
if ( GetWindow() && !GetWindow()->HasChildPathFocus() )
GetWindow()->GrabFocus();
}