summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/content.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/content.hxx')
-rw-r--r--sw/source/uibase/inc/content.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sw/source/uibase/inc/content.hxx b/sw/source/uibase/inc/content.hxx
index 414db7068dcb..4bb37efaa544 100644
--- a/sw/source/uibase/inc/content.hxx
+++ b/sw/source/uibase/inc/content.hxx
@@ -53,21 +53,6 @@ class SwOutlineContent : public SwContent
bool IsMoveable() const {return bIsMoveable;};
};
-class SwRegionContent : public SwContent
-{
-
- sal_uInt8 nRegionLevel;
-
- public:
- SwRegionContent( const SwContentType* pCnt,
- const OUString& rName,
- sal_uInt8 nLevel,
- long nYPos) :
- SwContent(pCnt, rName, nYPos),
- nRegionLevel(nLevel){}
- sal_uInt8 GetRegionLevel() const {return nRegionLevel;}
-};
-
class SwURLFieldContent : public SwContent
{
OUString sURL;