summaryrefslogtreecommitdiff
path: root/sw/inc/section.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/section.hxx')
-rw-r--r--sw/inc/section.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx
index 5a483636b9bf..539918cfd4d2 100644
--- a/sw/inc/section.hxx
+++ b/sw/inc/section.hxx
@@ -31,12 +31,10 @@
#include <frmfmt.hxx>
#include <vector>
-
namespace com { namespace sun { namespace star {
namespace text { class XTextSection; }
} } }
-
class SwSectionFmt;
class SwDoc;
class SwSection;
@@ -203,7 +201,6 @@ public:
// Query (also for parents) if this section is to be hidden.
sal_Bool CalcHiddenFlag() const;
-
inline SwSection* GetParent() const;
OUString GetCondition() const { return m_Data.GetCondition(); }
@@ -325,7 +322,6 @@ public:
SectionSort eSort = SORTSECT_NOT,
sal_Bool bAllSections = sal_True ) const;
-
// Query whether section is in Nodes-array or in UndoNodes-array.
sal_Bool IsInNodesArr() const;
@@ -384,7 +380,6 @@ inline SwSection* SwSectionFmt::GetParentSection() const
return pRet;
}
-
#endif /* _ INCLUDED_SW_INC_SECTION_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */