summaryrefslogtreecommitdiffstats
path: root/sw/inc/hints.hxx
diff options
context:
space:
mode:
authoros <os@openoffice.org>2009-10-06 14:58:17 +0200
committeros <os@openoffice.org>2009-10-06 14:58:17 +0200
commitf064f5525aea957067550c006c13a725a7a9b366 (patch)
tree7a47a5d08585573bb6cf2ebaa2dab5144e89d519 /sw/inc/hints.hxx
parentCreate DEV300_m58 milestone tag from trunk@276042 (diff)
downloadcore-f064f5525aea957067550c006c13a725a7a9b366.tar.gz
core-f064f5525aea957067550c006c13a725a7a9b366.zip
#i105636# #i105634# SwInsChr and SwNRuleLowerLevel removed
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r--sw/inc/hints.hxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index f1911ce7f0c1..bdd877be537f 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;