diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-10 18:00:39 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-10 18:00:39 +0100 |
commit | 638efba4f114621eb31940482b6260010c97c0b7 (patch) | |
tree | d2bccf1c5c4889256d493628395a4c0edab9583f /sw/inc/hints.hxx | |
parent | dbc2ea3db472286139a9f82b2c6aa972a8d43406 (diff) | |
parent | 56284b565d521a25df9612e030c88452db0a7bdb (diff) |
CWS-TOOLING: integrate CWS os137
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index 83c3b114acc6..16f8568bcf74 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -88,14 +88,6 @@ public: }; -class SwInsChr: public SwMsgPoolItem -{ -public: - xub_StrLen nPos; - - SwInsChr( USHORT nP ); -}; - class SwInsTxt: public SwMsgPoolItem { public: @@ -270,17 +262,6 @@ public: //}; // <-- -class SwNRuleLowerLevel : public SwMsgPoolItem -{ - const String& rName; - BYTE nLvl; -public: - SwNRuleLowerLevel( const String& rRuleName, BYTE nLevel ); - - const String& GetName() const { return rName; } - BYTE GetLevel() const { return nLvl; } -}; - class SwFindNearestNode : public SwMsgPoolItem { const SwNode *pNd, *pFnd; |