summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-01 12:15:57 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-01 12:26:29 +0200
commitd177ba1096a3a378b192df05d1d97f7cec17f35b (patch)
treeef2c09c54e06e12cdaac98b3e850dd16a5937ac2 /sw
parenttranslate German comments (diff)
downloadcore-d177ba1096a3a378b192df05d1d97f7cec17f35b.tar.gz
core-d177ba1096a3a378b192df05d1d97f7cec17f35b.zip
unused and empty SwAttrIter::Dump()
Change-Id: Ic7cc9235ed7255cf7971cab91928fc68690e61c5
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/itratr.cxx12
-rw-r--r--sw/source/core/text/itratr.hxx4
2 files changed, 0 insertions, 16 deletions
diff --git a/sw/source/core/text/itratr.cxx b/sw/source/core/text/itratr.cxx
index f54f66034666..faf180439062 100644
--- a/sw/source/core/text/itratr.cxx
+++ b/sw/source/core/text/itratr.cxx
@@ -344,18 +344,6 @@ xub_StrLen SwAttrIter::GetNextAttr( ) const
return nNext;
}
-#ifdef DBG_UTIL
-/*************************************************************************
- * SwAttrIter::Dump()
- *************************************************************************/
-
-void SwAttrIter::Dump( SvStream &/*rOS*/ ) const
-{
-// Noch nicht an den neuen Attributiterator angepasst ...
-}
-
-#endif
-
class SwMinMaxArgs
{
public:
diff --git a/sw/source/core/text/itratr.hxx b/sw/source/core/text/itratr.hxx
index 1dfafbba9f92..a6de5e7953c0 100644
--- a/sw/source/core/text/itratr.hxx
+++ b/sw/source/core/text/itratr.hxx
@@ -123,10 +123,6 @@ public:
inline void SetPropFont( const sal_uInt8 nNew ) { nPropFont = nNew; }
inline SwAttrHandler& GetAttrHandler() { return aAttrHandler; }
-
-#ifdef DBG_UTIL
- void Dump( SvStream &rOS ) const;
-#endif
};
#endif