summaryrefslogtreecommitdiff
path: root/sw/inc/section.hxx
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/inc/section.hxx
parent99a588660bd7f22a6c16d7b46f3c4fe841445ce0 (diff)
odfmetadata4: #i109599#: rename SwSection::[GS]etName() to [GS]etSectionName()
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r--sw/inc/section.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 6249251a7514..9833793718a0 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -187,8 +187,8 @@ public:
void SetSectionData(SwSectionData const& rData);
- String const& GetName() const { return m_Data.GetSectionName(); }
- void SetName(String const& rName) { m_Data.SetSectionName(rName); }
+ String const& GetSectionName() const { return m_Data.GetSectionName(); }
+ void SetSectionName(String const& rName){ m_Data.SetSectionName(rName); }
SectionType GetType() const { return m_Data.GetType(); }
void SetType(SectionType const eType) { return m_Data.SetType(eType); }