diff options
author | Maciej Rumianowski <maciej.rumianowski@gmail.com> | 2011-10-05 09:35:49 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-10-07 00:21:08 +0200 |
commit | d052ac384fbb476fe4525ab2d123d79b1158acb4 (patch) | |
tree | 79ed0d571d3e73aaf7a5882ca4e40c5177dd7c93 /sw | |
parent | bcf7d383578a00b961a0484534d810202cf57852 (diff) |
Remove Declaration of WW8Bytes now not used
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/wrtww8.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtww8.hxx | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx index edd0b77d2b30..f9286353d9cc 100644 --- a/sw/source/filter/ww8/wrtww8.cxx +++ b/sw/source/filter/ww8/wrtww8.cxx @@ -227,8 +227,6 @@ public: #define sMainStream CREATE_CONST_ASC("WordDocument") #define sCompObj CREATE_CONST_ASC("\1CompObj") - -SV_IMPL_VARARR( WW8Bytes, sal_uInt8 ) SV_IMPL_PTRARR( WW8_WrFkpPtrs, WW8_FkpPtr ) typedef WW8_WrPc* WW8_WrPcPtr; diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx index 2b8438d4d6db..761fc2acfd4a 100644 --- a/sw/source/filter/ww8/wrtww8.hxx +++ b/sw/source/filter/ww8/wrtww8.hxx @@ -99,7 +99,6 @@ class SwWW8WrGrf; class SwWW8Writer; class MSWordStyles; class WW8AttributeOutput; -class WW8Bytes; class WW8Export; class MSWordAttrIter; class WW8_WrFkp; @@ -149,8 +148,6 @@ enum TxtTypes //enums for TextTypes TXT_EDN = 4, TXT_ATN = 5, TXT_TXTBOX = 6, TXT_HFTXTBOX= 7 }; -SV_DECL_VARARR( WW8Bytes, sal_uInt8, 128, 128 ) - struct WW8_SepInfo { const SwPageDesc* pPageDesc; |