summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/dbgui
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-01 14:29:24 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-01 14:29:24 +0100
commit9d1e66bd77135b43a71dba097031e25188594a3b (patch)
tree9b5311a03bd4357fffd11b2a05a1e2c5af3e0132 /sc/source/ui/dbgui
parentRemove bogus comments. (diff)
downloadcore-9d1e66bd77135b43a71dba097031e25188594a3b.tar.gz
core-9d1e66bd77135b43a71dba097031e25188594a3b.zip
Remove bogus comments.
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r--sc/source/ui/dbgui/csvgrid.cxx2
-rw-r--r--sc/source/ui/dbgui/csvruler.cxx2
-rw-r--r--sc/source/ui/dbgui/csvtablebox.cxx2
-rw-r--r--sc/source/ui/dbgui/dapidata.cxx2
-rw-r--r--sc/source/ui/dbgui/fieldwnd.cxx2
-rw-r--r--sc/source/ui/dbgui/pvlaydlg.cxx10
-rw-r--r--sc/source/ui/dbgui/scuiasciiopt.cxx2
-rw-r--r--sc/source/ui/dbgui/sfiltdlg.cxx2
-rw-r--r--sc/source/ui/dbgui/tpsubt.cxx2
-rw-r--r--sc/source/ui/dbgui/validate.cxx4
10 files changed, 15 insertions, 15 deletions
diff --git a/sc/source/ui/dbgui/csvgrid.cxx b/sc/source/ui/dbgui/csvgrid.cxx
index eb179a83d3c5..f399c6b2488a 100644
--- a/sc/source/ui/dbgui/csvgrid.cxx
+++ b/sc/source/ui/dbgui/csvgrid.cxx
@@ -95,7 +95,7 @@ ScCsvGrid::ScCsvGrid( ScCsvControl& rParent ) :
maPopup.SetMenuFlags( maPopup.GetMenuFlags() | MENU_FLAG_NOAUTOMNEMONICS );
- EnableRTL( false ); // #107812# RTL
+ EnableRTL( false ); // RTL
InitFonts();
ImplClearSplits();
}
diff --git a/sc/source/ui/dbgui/csvruler.cxx b/sc/source/ui/dbgui/csvruler.cxx
index eda9f17b8d30..6f6a499b81cd 100644
--- a/sc/source/ui/dbgui/csvruler.cxx
+++ b/sc/source/ui/dbgui/csvruler.cxx
@@ -111,7 +111,7 @@ ScCsvRuler::ScCsvRuler( ScCsvControl& rParent ) :
ScCsvControl( rParent ),
mnPosCursorLast( 1 )
{
- EnableRTL( false ); // #107812# RTL
+ EnableRTL( false ); // RTL
InitColors();
InitSizeData();
maBackgrDev.SetFont( GetFont() );
diff --git a/sc/source/ui/dbgui/csvtablebox.cxx b/sc/source/ui/dbgui/csvtablebox.cxx
index 0dcbacc4746e..9972ae6f364a 100644
--- a/sc/source/ui/dbgui/csvtablebox.cxx
+++ b/sc/source/ui/dbgui/csvtablebox.cxx
@@ -51,7 +51,7 @@ ScCsvTableBox::ScCsvTableBox( Window* pParent, const ResId& rResId ) :
mbFixedMode = false;
mnFixedWidth = 1;
- maHScroll.EnableRTL( false ); // #107812# RTL
+ maHScroll.EnableRTL( false ); // RTL
maHScroll.SetLineSize( 1 );
maVScroll.SetLineSize( 1 );
diff --git a/sc/source/ui/dbgui/dapidata.cxx b/sc/source/ui/dbgui/dapidata.cxx
index 1be379894444..5355b62cbed3 100644
--- a/sc/source/ui/dbgui/dapidata.cxx
+++ b/sc/source/ui/dbgui/dapidata.cxx
@@ -220,7 +220,7 @@ void ScDataPilotDatabaseDlg::FillObjects()
}
catch(uno::Exception&)
{
- // #71604# this may happen if an invalid database is selected -> no DBG_ERROR
+ // this may happen if an invalid database is selected -> no DBG_ERROR
DBG_WARNING("exception in database");
}
}
diff --git a/sc/source/ui/dbgui/fieldwnd.cxx b/sc/source/ui/dbgui/fieldwnd.cxx
index 8abdcf40367c..874308467850 100644
--- a/sc/source/ui/dbgui/fieldwnd.cxx
+++ b/sc/source/ui/dbgui/fieldwnd.cxx
@@ -273,7 +273,7 @@ const vector<ScDPFieldControlBase::FieldName>& ScDPFieldControlBase::GetFieldNam
void ScDPFieldControlBase::Paint( const Rectangle& /* rRect */ )
{
- // #124828# hiding the caption is now done from StateChanged
+ // hiding the caption is now done from StateChanged
Redraw();
}
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx
index cd1215b54ce7..9bb395f2e757 100644
--- a/sc/source/ui/dbgui/pvlaydlg.cxx
+++ b/sc/source/ui/dbgui/pvlaydlg.cxx
@@ -331,7 +331,7 @@ void ScDPLayoutDlg::StateChanged( StateChangedType nStateChange )
if ( nStateChange == STATE_CHANGE_INITSHOW )
{
- // #124828# Hiding the FixedTexts and clearing the tab stop style bits
+ // Hiding the FixedTexts and clearing the tab stop style bits
// has to be done after assigning the mnemonics, but Paint is too late,
// because the test tool may send key events to the dialog when it isn't visible.
// Mnemonics are assigned in the Dialog::StateChanged for STATE_CHANGE_INITSHOW,
@@ -1086,12 +1086,12 @@ void ScDPLayoutDlg::NotifyDoubleClick( ScDPFieldType eType, size_t nFieldIndex )
void ScDPLayoutDlg::NotifyFieldFocus( ScDPFieldType eType, BOOL bGotFocus )
{
/* Enable Remove/Options buttons on GetFocus in field window.
- #107616# Enable them also, if dialog is deactivated (click into document).
+ Enable them also, if dialog is deactivated (click into document).
The !IsActive() condition handles the case that a LoseFocus event of a
field window would follow the Deactivate event of this dialog. */
BOOL bEnable = (bGotFocus || !IsActive()) && (eType != TYPE_SELECT);
- // #128113# The TestTool may set the focus into an empty field.
+ // The TestTool may set the focus into an empty field.
// Then the Remove/Options buttons must be disabled.
ScDPFieldControlBase* pWnd = GetFieldWindow(eType);
if ( bEnable && bGotFocus && pWnd && pWnd->IsEmpty() )
@@ -1134,7 +1134,7 @@ void ScDPLayoutDlg::NotifyRemoveField( ScDPFieldType eType, size_t nFieldIndex )
void ScDPLayoutDlg::Deactivate()
{
- /* #107616# If the dialog has been deactivated (click into document), the LoseFocus
+ /* If the dialog has been deactivated (click into document), the LoseFocus
event from field window disables Remove/Options buttons. Re-enable them here by
simulating a GetFocus event. Event order of LoseFocus and Deactivate is not important.
The last event will enable the buttons in both cases (see NotifyFieldFocus). */
@@ -1765,7 +1765,7 @@ IMPL_LINK( ScDPLayoutDlg, OkHdl, OKButton *, EMPTYARG )
ScTabViewShell* pTabViewShell = pViewData->GetViewShell();
pTabViewShell->SetDialogDPObject(xDlgDPObject.get());
- // #95513# don't hide the dialog before executing the slot, instead it is used as
+ // don't hide the dialog before executing the slot, instead it is used as
// parent for message boxes in ScTabViewShell::GetDialogParent
const SfxPoolItem* pRet = GetBindings().GetDispatcher()->Execute(
diff --git a/sc/source/ui/dbgui/scuiasciiopt.cxx b/sc/source/ui/dbgui/scuiasciiopt.cxx
index 42769da75718..640f9213a519 100644
--- a/sc/source/ui/dbgui/scuiasciiopt.cxx
+++ b/sc/source/ui/dbgui/scuiasciiopt.cxx
@@ -486,7 +486,7 @@ bool ScImportAsciiDlg::GetLine( ULONG nLine, String &rText )
mnStreamPos = mpDatStream->Tell();
}
- // #107455# If the file content isn't unicode, ReadUniStringLine
+ // If the file content isn't unicode, ReadUniStringLine
// may try to seek beyond the file's end and cause a CANTSEEK error
// (depending on the stream type). The error code has to be cleared,
// or further read operations (including non-unicode) will fail.
diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx
index 1f455b52136f..1bb7211e44d0 100644
--- a/sc/source/ui/dbgui/sfiltdlg.cxx
+++ b/sc/source/ui/dbgui/sfiltdlg.cxx
@@ -218,7 +218,7 @@ void ScSpecialFilterDlg::Init( const SfxItemSet& rArgSet )
aStrNoName,
aStrUndefined );
- // #35206# Spezialfilter braucht immer Spaltenkoepfe
+ // Spezialfilter braucht immer Spaltenkoepfe
aBtnHeader.Check(TRUE);
aBtnHeader.Disable();
diff --git a/sc/source/ui/dbgui/tpsubt.cxx b/sc/source/ui/dbgui/tpsubt.cxx
index ccb6adec51e5..0a865dcdd1ba 100644
--- a/sc/source/ui/dbgui/tpsubt.cxx
+++ b/sc/source/ui/dbgui/tpsubt.cxx
@@ -151,7 +151,7 @@ BOOL ScTpSubTotalGroup::DoReset( USHORT nGroupNo,
//----------------------------------------------------------
- // #79058# first we have to clear the listboxes...
+ // first we have to clear the listboxes...
for ( USHORT nLbEntry = 0; nLbEntry < aLbColumns.GetEntryCount(); ++nLbEntry )
{
aLbColumns.CheckEntryPos( nLbEntry, FALSE );
diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx
index 13bb0728bb32..e643b3a85e7c 100644
--- a/sc/source/ui/dbgui/validate.cxx
+++ b/sc/source/ui/dbgui/validate.cxx
@@ -224,7 +224,7 @@ USHORT lclGetPosFromCondMode( ScConditionMode eCondMode )
USHORT nLbPos = SC_VALIDDLG_DATA_EQUAL;
switch( eCondMode )
{
- case SC_COND_NONE: // #111771# may occur in old XML files after Excel import
+ case SC_COND_NONE: // may occur in old XML files after Excel import
case SC_COND_EQUAL: nLbPos = SC_VALIDDLG_DATA_EQUAL; break;
case SC_COND_LESS: nLbPos = SC_VALIDDLG_DATA_LESS; break;
case SC_COND_GREATER: nLbPos = SC_VALIDDLG_DATA_GREATER; break;
@@ -821,7 +821,7 @@ void ScTPValidationError::Reset( const SfxItemSet& rArgSet )
if ( rArgSet.GetItemState( FID_VALID_SHOWERR, TRUE, &pItem ) == SFX_ITEM_SET )
aTsbShow.SetState( ((const SfxBoolItem*)pItem)->GetValue() ? STATE_CHECK : STATE_NOCHECK );
else
- aTsbShow.SetState( STATE_CHECK ); // #111720# check by default
+ aTsbShow.SetState( STATE_CHECK ); // check by default
if ( rArgSet.GetItemState( FID_VALID_ERRSTYLE, TRUE, &pItem ) == SFX_ITEM_SET )
aLbAction.SelectEntryPos( ((const SfxAllEnumItem*)pItem)->GetValue() );