diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-28 15:58:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-28 15:58:40 +0000 |
commit | 51af20c8b4183fc796f5c9d4be25d3560a20ca3e (patch) | |
tree | 0a402837f779141f0119a52601eb8df4a3b23140 | |
parent | a08fb657ec936f2785166d38e4f85682c4ba9aa1 (diff) |
we don't want \'longs\' here
-rw-r--r-- | sw/source/filter/ww8/ww8par3.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/ww8par3.cxx b/sw/source/filter/ww8/ww8par3.cxx index c3df152d9560..59345249abee 100644 --- a/sw/source/filter/ww8/ww8par3.cxx +++ b/sw/source/filter/ww8/ww8par3.cxx @@ -360,9 +360,9 @@ struct WW8LFO // nur DIE Eintraege, die WIR benoetigen! struct WW8LVL // nur DIE Eintraege, die WIR benoetigen! { - long nStartAt; // start at value for this value - long nV6DxaSpace;// Ver6-Compatible: min Space between Num anf text::Paragraph - long nV6Indent; // Ver6-Compatible: Breite des Prefix Textes; ggfs. zur + sal_Int32 nStartAt; // start at value for this value + sal_Int32 nV6DxaSpace;// Ver6-Compatible: min Space between Num anf text::Paragraph + sal_Int32 nV6Indent; // Ver6-Compatible: Breite des Prefix Textes; ggfs. zur // Definition d. Erstzl.einzug nutzen! // Absatzattribute aus GrpprlPapx sal_uInt16 nDxaLeft; // linker Einzug @@ -385,7 +385,7 @@ struct WW8LVL // nur DIE Eintraege, die WIR benoetigen! struct WW8LFOLVL { - long nStartAt; // start-at value if bFormat==false and bStartAt == true + sal_Int32 nStartAt; // start-at value if bFormat==false and bStartAt == true // (if bFormat==true, the start-at is stored in the LVL) sal_uInt8 nLevel; // the level to be overridden // dieses Byte ist _absichtlich_ nicht in das folgende Byte hineingepackt !! |