summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-22 14:16:31 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-22 14:26:10 +0300
commitad24ad98818fed80980ac5f49b431d0fa66e5eed (patch)
tree0c9f391a0a7edbbef5b99ae572f6fd070c8c8347 /sw/source
parenta03153468db0c9c0bdf3bc886dce4d9473016c5b (diff)
CLASSIO is dead
Change-Id: Ib08fe1f8faf9d4a527ac84d69eaaa19eb7102a6a
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/text/itrform2.cxx2
-rw-r--r--sw/source/core/text/porexp.hxx6
-rw-r--r--sw/source/core/text/porfld.hxx8
-rw-r--r--sw/source/core/text/porfly.hxx4
-rw-r--r--sw/source/core/text/porftn.hxx6
-rw-r--r--sw/source/core/text/porglue.hxx5
-rw-r--r--sw/source/core/text/porhyph.hxx6
-rw-r--r--sw/source/core/text/porlay.hxx3
-rw-r--r--sw/source/core/text/porlin.hxx8
-rw-r--r--sw/source/core/text/pormulti.hxx2
-rw-r--r--sw/source/core/text/porref.hxx8
-rw-r--r--sw/source/core/text/porrst.hxx11
-rw-r--r--sw/source/core/text/portab.hxx8
-rw-r--r--sw/source/core/text/portox.hxx8
-rw-r--r--sw/source/core/text/portxt.hxx4
15 files changed, 0 insertions, 89 deletions
diff --git a/sw/source/core/text/itrform2.cxx b/sw/source/core/text/itrform2.cxx
index ab5a6231e5bb..1fd8c7814f0b 100644
--- a/sw/source/core/text/itrform2.cxx
+++ b/sw/source/core/text/itrform2.cxx
@@ -859,8 +859,6 @@ public:
// OUTPUT_OPERATOR
};
-//CLASSIO( SwMetaPortion )
-
/*************************************************************************
* virtual SwMetaPortion::Paint()
*************************************************************************/
diff --git a/sw/source/core/text/porexp.hxx b/sw/source/core/text/porexp.hxx
index fc99428b5c9f..4c9e0874c361 100644
--- a/sw/source/core/text/porexp.hxx
+++ b/sw/source/core/text/porexp.hxx
@@ -90,12 +90,6 @@ public:
OUTPUT_OPERATOR
};
-
-CLASSIO( SwExpandPortion )
-CLASSIO( SwBlankPortion )
-CLASSIO( SwPostItsPortion )
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porfld.hxx b/sw/source/core/text/porfld.hxx
index e0df8b42ad85..fb6ff6497ac0 100644
--- a/sw/source/core/text/porfld.hxx
+++ b/sw/source/core/text/porfld.hxx
@@ -246,14 +246,6 @@ public:
OUTPUT_OPERATOR
};
-
-CLASSIO( SwHiddenPortion )
-CLASSIO( SwNumberPortion )
-CLASSIO( SwBulletPortion )
-CLASSIO( SwGrfNumPortion )
-CLASSIO( SwCombinedPortion )
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porfly.hxx b/sw/source/core/text/porfly.hxx
index 2057b6eb5970..f5fbfa88f300 100644
--- a/sw/source/core/text/porfly.hxx
+++ b/sw/source/core/text/porfly.hxx
@@ -94,10 +94,6 @@ public:
OUTPUT_OPERATOR
};
-CLASSIO( SwFlyPortion )
-CLASSIO( SwFlyCntPortion )
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porftn.hxx b/sw/source/core/text/porftn.hxx
index a3c80c286e5f..b20e1eb14c50 100644
--- a/sw/source/core/text/porftn.hxx
+++ b/sw/source/core/text/porftn.hxx
@@ -108,12 +108,6 @@ public:
OUTPUT_OPERATOR
};
-CLASSIO( SwFtnPortion )
-CLASSIO( SwFtnNumPortion )
-CLASSIO( SwQuoVadisPortion )
-CLASSIO( SwErgoSumPortion )
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porglue.hxx b/sw/source/core/text/porglue.hxx
index c47d127bfadd..f368fbff4c46 100644
--- a/sw/source/core/text/porglue.hxx
+++ b/sw/source/core/text/porglue.hxx
@@ -115,11 +115,6 @@ inline void SwGluePortion::MoveHalfGlue( SwGluePortion *pTarget )
MoveGlue( pTarget, GetPrtGlue() / 2 );
}
-CLASSIO( SwGluePortion )
-CLASSIO( SwFixPortion )
-CLASSIO( SwMarginPortion )
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porhyph.hxx b/sw/source/core/text/porhyph.hxx
index 9da53953a993..3b7450e8e9f6 100644
--- a/sw/source/core/text/porhyph.hxx
+++ b/sw/source/core/text/porhyph.hxx
@@ -103,12 +103,6 @@ public:
OUTPUT_OPERATOR
};
-CLASSIO( SwHyphPortion )
-CLASSIO( SwHyphStrPortion )
-CLASSIO( SwSoftHyphPortion )
-CLASSIO( SwSoftHyphStrPortion )
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porlay.hxx b/sw/source/core/text/porlay.hxx
index 863564594d8b..b8e566884f69 100644
--- a/sw/source/core/text/porlay.hxx
+++ b/sw/source/core/text/porlay.hxx
@@ -399,9 +399,6 @@ inline void SwParaPortion::FormatReset()
inline SwLinePortion *SwLineLayout::GetFirstPortion() const
{ return( pPortion ? pPortion : (SwLinePortion*)this ); }
-CLASSIO( SwLineLayout )
-CLASSIO( SwParaPortion )
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porlin.hxx b/sw/source/core/text/porlin.hxx
index fb8065c7a6eb..48329b463b51 100644
--- a/sw/source/core/text/porlin.hxx
+++ b/sw/source/core/text/porlin.hxx
@@ -31,8 +31,6 @@ class SwTxtFormatInfo;
class SwPortionHandler;
// The portions output operators are virtual methods of the portion.
-// The CLASSIO macro implements the 'levitating' function.
-// In doing so we end up with both benefits: virtual output operators and general utility
#ifdef DBG_UTIL
#define OUTPUT_OPERATOR virtual SvStream &operator<<( SvStream & aOs ) const;
#else
@@ -237,12 +235,6 @@ inline void SwLinePortion::Truncate()
_Truncate();
}
-
-//$ ostream
-#define CLASSIO( class )
-
-CLASSIO( SwLinePortion )
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/pormulti.hxx b/sw/source/core/text/pormulti.hxx
index 104be156cf93..5f48b54baa38 100644
--- a/sw/source/core/text/pormulti.hxx
+++ b/sw/source/core/text/pormulti.hxx
@@ -253,8 +253,6 @@ inline bool SwMultiPortion::HasBrackets() const
return IsDouble() ? 0 != ((SwDoubleLinePortion*)this)->GetBrackets() : false;
}
-CLASSIO( SwMultiPortion )
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porref.hxx b/sw/source/core/text/porref.hxx
index 34d6defd4f17..82d0e0582152 100644
--- a/sw/source/core/text/porref.hxx
+++ b/sw/source/core/text/porref.hxx
@@ -54,14 +54,6 @@ public:
OUTPUT_OPERATOR
};
-/*************************************************************************
- * inline - Implementations
- *************************************************************************/
-
-CLASSIO( SwRefPortion )
-CLASSIO( SwIsoRefPortion )
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/porrst.hxx b/sw/source/core/text/porrst.hxx
index e613f57866bb..fcc616b4c5eb 100644
--- a/sw/source/core/text/porrst.hxx
+++ b/sw/source/core/text/porrst.hxx
@@ -165,17 +165,6 @@ public:
virtual KSHORT GetViewWidth( const SwTxtSizeInfo& rInf ) const;
};
-
-
-/*************************************************************************
- * inline - Implementations
- *************************************************************************/
-
-CLASSIO( SwBreakPortion )
-CLASSIO( SwEndPortion )
-CLASSIO( SwKernPortion )
-CLASSIO( SwArrowPortion )
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/portab.hxx b/sw/source/core/text/portab.hxx
index 75841be07b70..463c8dd3320d 100644
--- a/sw/source/core/text/portab.hxx
+++ b/sw/source/core/text/portab.hxx
@@ -140,14 +140,6 @@ public:
virtual void Paint( const SwTxtPaintInfo &rInf ) const;
};
-
-CLASSIO( SwTabPortion )
-CLASSIO( SwTabLeftPortion )
-CLASSIO( SwTabRightPortion )
-CLASSIO( SwTabCenterPortion )
-CLASSIO( SwTabDecimalPortion )
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/portox.hxx b/sw/source/core/text/portox.hxx
index 3eeb86699aa3..2ae4348233e9 100644
--- a/sw/source/core/text/portox.hxx
+++ b/sw/source/core/text/portox.hxx
@@ -55,14 +55,6 @@ public:
OUTPUT_OPERATOR
};
-/*************************************************************************
- * inline - Implementations
- *************************************************************************/
-
-CLASSIO( SwToxPortion )
-CLASSIO( SwIsoToxPortion )
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/core/text/portxt.hxx b/sw/source/core/text/portxt.hxx
index d201c747ccbb..34750eba1779 100644
--- a/sw/source/core/text/portxt.hxx
+++ b/sw/source/core/text/portxt.hxx
@@ -99,10 +99,6 @@ class SwFieldFormPortion : public SwTxtPortion
virtual sal_Bool Format( SwTxtFormatInfo &rInf );
};
-
-CLASSIO( SwTxtPortion )
-CLASSIO( SwHolePortion )
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */