summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/rolbck.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-04-30 00:19:13 +0200
committerMichael Stahl <mstahl@redhat.com>2016-04-30 00:21:33 +0200
commit17f4fc71164a1440e6805221fee19fae322129b9 (patch)
treea1edd1ef88c20e2dd288e4c2518ba1f1b4bb91d9 /sw/source/core/inc/rolbck.hxx
parentb44e70e3d17c79eaf78f9bfe8bd0275d7ed9325f (diff)
sw: SwHistoryResetAttrSet now unused, remove it
Change-Id: I6b87b82cb359298e768dd4eb90a788cafe6b8b1c
Diffstat (limited to 'sw/source/core/inc/rolbck.hxx')
-rw-r--r--sw/source/core/inc/rolbck.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/core/inc/rolbck.hxx b/sw/source/core/inc/rolbck.hxx
index 7f660c19a0ce..a756779cfb23 100644
--- a/sw/source/core/inc/rolbck.hxx
+++ b/sw/source/core/inc/rolbck.hxx
@@ -70,7 +70,6 @@ enum HISTORY_HINT {
HSTRY_FLYCNT,
HSTRY_BOOKMARK,
HSTRY_SETATTRSET,
- HSTRY_RESETATTRSET,
HSTRY_CHGFLYANCHOR,
HSTRY_CHGFLYCHAIN,
HSTRY_CHGCHARFMT,
@@ -276,25 +275,6 @@ public:
};
-class SwHistoryResetAttrSet : public SwHistoryHint
-{
- const sal_uLong m_nNodeIndex;
- const sal_Int32 m_nStart;
- const sal_Int32 m_nEnd;
- std::vector<sal_uInt16> m_Array;
-
-public:
- SwHistoryResetAttrSet( const SfxItemSet& rSet, sal_uLong nNode,
- sal_Int32 nStt,
- sal_Int32 nEnd);
- virtual void SetInDoc( SwDoc* pDoc, bool bTmpSet ) override;
-
- const std::vector<sal_uInt16>& GetArr() const { return m_Array; }
- sal_uLong GetNode() const { return m_nNodeIndex; }
- sal_Int32 GetContent() const { return m_nStart; }
-
-};
-
class SwHistoryChangeFlyAnchor : public SwHistoryHint
{
SwFrameFormat & m_rFormat;