diff options
author | Oliver Specht <os@openoffice.org> | 2001-03-30 10:34:00 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-03-30 10:34:00 +0000 |
commit | d404bb5b17724ea1728e499fe0721465323a283c (patch) | |
tree | 0cd42d841c77f6139d10ddd3f96d468c51cd5214 /sw/inc/tox.hxx | |
parent | aed76bab00d55d77c433ef5c86214e4e4589ccfd (diff) |
#85468# no negative tab positions in TOX
Diffstat (limited to 'sw/inc/tox.hxx')
-rw-r--r-- | sw/inc/tox.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index eb3705b7170e..d79b7730e3cb 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tox.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2000-10-05 12:04:44 $ + * last change: $Author: os $ $Date: 2001-03-30 11:34:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -235,7 +235,7 @@ struct SwFormToken SwFormToken(FormTokenType eType ) : eTokenType(eType), - nTabStopPosition(ULONG_MAX), + nTabStopPosition(0), nPoolId(USHRT_MAX), eTabAlign(0 /*SVX_TAB_ADJUST_LEFT*/), cTabFillChar(' '), |