[Libreoffice-commits] .: writerfilter/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Tue Jul 26 14:38:31 PDT 2011


 writerfilter/source/doctok/WW8Sttbf.cxx |    5 -----
 writerfilter/source/doctok/WW8Sttbf.hxx |    7 -------
 2 files changed, 12 deletions(-)

New commits:
commit 213f8e663142248e85f4b648b157695267be08a1
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Tue Jul 26 23:33:26 2011 +0200

    callcatcher: remove unused methods

diff --git a/writerfilter/source/doctok/WW8Sttbf.cxx b/writerfilter/source/doctok/WW8Sttbf.cxx
index 3212ff5..8096e85 100644
--- a/writerfilter/source/doctok/WW8Sttbf.cxx
+++ b/writerfilter/source/doctok/WW8Sttbf.cxx
@@ -67,11 +67,6 @@ sal_uInt32 WW8Sttbf::getEntryOffset(sal_uInt32 nPos) const
     return mEntryOffsets[nPos];
 }
 
-sal_uInt32 WW8Sttbf::getExtraOffset(sal_uInt32 nPos) const
-{
-    return mExtraOffsets[nPos];
-}
-
 sal_uInt32 WW8Sttbf::getEntryCount() const
 {
     return mnCount;
diff --git a/writerfilter/source/doctok/WW8Sttbf.hxx b/writerfilter/source/doctok/WW8Sttbf.hxx
index 7cea6a9..f8f14eb 100644
--- a/writerfilter/source/doctok/WW8Sttbf.hxx
+++ b/writerfilter/source/doctok/WW8Sttbf.hxx
@@ -70,13 +70,6 @@ class WW8Sttbf : public WW8StructBase
     */
     sal_uInt32 getEntryOffset(sal_uInt32 nPos) const;
 
-    /**
-       Return offset of extra data of an entry.
-
-       @param nPos    the index of the entry
-     */
-    sal_uInt32 getExtraOffset(sal_uInt32 nPos) const;
-
 public:
     typedef boost::shared_ptr<WW8Sttbf> Pointer_t;
 


More information about the Libreoffice-commits mailing list