summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/WW8Sttbf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/WW8Sttbf.hxx')
-rw-r--r--sw/source/filter/ww8/WW8Sttbf.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/WW8Sttbf.hxx b/sw/source/filter/ww8/WW8Sttbf.hxx
index 9a6d8fcb7752..8c9466b1c568 100644
--- a/sw/source/filter/ww8/WW8Sttbf.hxx
+++ b/sw/source/filter/ww8/WW8Sttbf.hxx
@@ -48,12 +48,7 @@ class WW8Struct : public ::sw::ExternalData
sal_uInt16 getU16(sal_uInt32 nOffset)
{ return getU8(nOffset) + (getU8(nOffset + 1) << 8); }
- sal_uInt32 getU32(sal_uInt32 nOffset)
- { return getU16(nOffset) + (getU16(nOffset + 1) << 16); }
-
OUString getUString(sal_uInt32 nOffset, sal_uInt32 nCount);
-
- OUString getString(sal_uInt32 nOffset, sal_uInt32 nCount);
};
typedef ::std::vector<OUString> StringVector_t;