summaryrefslogtreecommitdiff
path: root/sc/source/ui/navipi/navcitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/navipi/navcitem.cxx')
-rw-r--r--sc/source/ui/navipi/navcitem.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/navipi/navcitem.cxx b/sc/source/ui/navipi/navcitem.cxx
index 1afb11c849b2..fc9aeaf76dde 100644
--- a/sc/source/ui/navipi/navcitem.cxx
+++ b/sc/source/ui/navipi/navcitem.cxx
@@ -67,7 +67,7 @@ void ScNavigatorControllerItem::StateChanged( sal_uInt16 /* nSID */, SfxItemStat
OSL_ENSURE( pTabItem, "SfxUInt16Item expected!" );
- // Tabelle fuer Basic ist 1-basiert
+ // table for Basic is 1-based
if ( pTabItem && pTabItem->GetValue() )
{
SCTAB nTab = pTabItem->GetValue() - 1;
@@ -81,7 +81,7 @@ void ScNavigatorControllerItem::StateChanged( sal_uInt16 /* nSID */, SfxItemStat
case SID_CURRENTDOC:
- // gar nix mehr, wird ueber SfxHintId::DocChanged erledigt
+ // nothing is done via SfxHintId::DocChanged
break;