diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-03 13:00:18 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-03 13:05:36 +0100 |
commit | ab207cc63d697426bb5c0e05bcde5c6a2785ad25 (patch) | |
tree | f231cfc6b3e4867fe095d86e78ae3037a24c3370 /sw/source | |
parent | 8eec79e595eb651cd41e2f6a1918af67c4d43cf7 (diff) |
sw: hardcoded NS_sprm::LN_CDttmRMarkDel
Change-Id: I56dc2661de5e421e979485f718b7b2a464a03866
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/ww8par4.cxx | 3 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par6.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8scan.cxx | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par4.cxx b/sw/source/filter/ww8/ww8par4.cxx index 0532bd0adfbb..2573a8fe58ed 100644 --- a/sw/source/filter/ww8/ww8par4.cxx +++ b/sw/source/filter/ww8/ww8par4.cxx @@ -30,6 +30,7 @@ #include <hintids.hxx> #include <svx/svdoole2.hxx> #include <filter/msfilter/msdffimp.hxx> +#include <filter/msfilter/sprmids.hxx> #include <svx/unoapi.hxx> #include <sot/exchange.hxx> @@ -503,7 +504,7 @@ void SwWW8ImplReader::Read_CRevisionMark(RedlineType_t eType, pPlcxMan->HasCharSprm( bIns ? 0x4804 : 0x4863, aResult); pSprmCIbstRMark = aResult.empty() ? 0 : aResult.back(); aResult.clear(); - pPlcxMan->HasCharSprm( bIns ? 0x6805 : 0x6864, aResult); + pPlcxMan->HasCharSprm( bIns ? 0x6805 : NS_sprm::LN_CDttmRMarkDel, aResult); pSprmCDttmRMark = aResult.empty() ? 0 : aResult.back(); } } diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx index 627a19be1d20..b0ce585a64ee 100644 --- a/sw/source/filter/ww8/ww8par6.cxx +++ b/sw/source/filter/ww8/ww8par6.cxx @@ -5853,7 +5853,7 @@ const wwSprmDispatcher *GetWW8SprmDispatcher() {0x4863, 0}, //"sprmCIbstRMarkDel" //chp.ibstRMarkDel;index into //sttbRMark;short; - {0x6864, 0}, //"sprmCDttmRMarkDel" + {NS_sprm::LN_CDttmRMarkDel, 0}, //chp.dttmRMarkDel;DTTM;long; {0x6865, &SwWW8ImplReader::Read_CharBorder}, //"sprmCBrc" chp.brc;BRC;long; {0x4866, &SwWW8ImplReader::Read_CharShadow}, //"sprmCShd" chp.shd;SHD;short; diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx index 98a79a4afcee..c5830fb188be 100644 --- a/sw/source/filter/ww8/ww8scan.cxx +++ b/sw/source/filter/ww8/ww8scan.cxx @@ -617,7 +617,7 @@ const wwSprmSearcher *wwSprmParser::GetWW8SprmSearcher() // chp.ibstDispFldRMark, chp.dttmDispFldRMark ; {0x4863, 2, L_FIX}, // "sprmCIbstRMarkDel" chp.ibstRMarkDel;index into // sttbRMark;short; - {0x6864, 4, L_FIX}, // "sprmCDttmRMarkDel" chp.dttmRMarkDel;DTTM;long; + {NS_sprm::LN_CDttmRMarkDel, 4, L_FIX}, // chp.dttmRMarkDel;DTTM;long; {0x6865, 4, L_FIX}, // "sprmCBrc" chp.brc;BRC;long; {0x4866, 2, L_FIX}, // "sprmCShd" chp.shd;SHD;short; {0x4867, 2, L_FIX}, // "sprmCIdslRMarkDel" chp.idslRMReasonDel;an index |