summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/view2.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-03-16 11:28:31 +0100
committerMichael Stahl <mst@openoffice.org>2010-03-16 11:28:31 +0100
commit63db0742beede899ee31455b120701533cb2af4a (patch)
tree792ce904ba498cedf975345f1a304a3a1eaba98d /sw/source/ui/uiview/view2.cxx
parent99a588660bd7f22a6c16d7b46f3c4fe841445ce0 (diff)
odfmetadata4: #i109599#: rename SwSection::[GS]etName() to [GS]etSectionName()
Diffstat (limited to 'sw/source/ui/uiview/view2.cxx')
-rw-r--r--sw/source/ui/uiview/view2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index 14c416f5e398..e6b4fd00d588 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -1370,12 +1370,12 @@ void SwView::StateStatusLine(SfxItemSet &rSet)
{
ASSERT( !this,
"was ist das fuer ein Verzeichnis?" );
- sStr = pCurrSect->GetName();
+ sStr = pCurrSect->GetSectionName();
}
}
break;
default:
- sStr = pCurrSect->GetName();
+ sStr = pCurrSect->GetSectionName();
break;
}
}