summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-04-02 08:37:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-04-02 09:23:35 +0200
commitf96ce4da54200dc06d995c82cc1834c0d06241b9 (patch)
tree52199d1156c05e0435354309eb725b79e4d33397 /sw/source/uibase/inc
parent38b6cef2d3fe707cbc7bc79399db4524176eda07 (diff)
SwRegionContent is unnecessary
after commit 5a2c0ab29719ac914d30d8789c0e386541702cbf Date: Fri Feb 28 11:13:12 2020 +0000 weld writer navigator found by loplugin:unusedmethods Change-Id: Icbfa9de744f43fc36a2d19213185928090342f4c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91542 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc')
-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;