diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-17 09:01:27 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-17 11:22:26 +0200 |
commit | b94272a55ee208b22cf73e8738152d9feaa7916f (patch) | |
tree | 3f37e456b9f8ae68fa06fa8f4de9bc6232b76fba /svx | |
parent | cd3bb3047d3f4c9cc9b4aa0c0eb8a42930b9bb86 (diff) |
cleanup the Read*() methods in SvIdlParser
to be consistent about when they move to the next token
Change-Id: I8f5b1eab497fb4a7cb2a2267e815668c3d363de7
Diffstat (limited to 'svx')
-rw-r--r-- | svx/sdi/svxitems.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/sdi/svxitems.sdi b/svx/sdi/svxitems.sdi index 7680d69829e7..e44ae28b72b8 100644 --- a/svx/sdi/svxitems.sdi +++ b/svx/sdi/svxitems.sdi @@ -314,7 +314,7 @@ item SvxLine SvxLineItem; struct SvxLRSpace { INT32 LeftMargin MID_L_MARGIN; // % or direct - INT32 TextLeftMargin MID_TXT_LMARGIN + INT32 TextLeftMargin MID_TXT_LMARGIN; INT32 RightMargin MID_R_MARGIN; // % or direct INT16 LeftRelMargin MID_L_REL_MARGIN; INT16 RightRelMargin MID_R_REL_MARGIN; |