diff options
author | Oliver Specht <os@openoffice.org> | 2001-04-17 13:13:40 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-04-17 13:13:40 +0000 |
commit | 6b8a9f669fefd45c7af05d532ae74985ce8bbe2b (patch) | |
tree | 437c548b085256907bc6960a2a6e8475e301a1ff /sw/inc | |
parent | 767103e33b85d2f69589152f16bc300322ecd301 (diff) |
#85534# property added: ParaIsAutoFirstLineIndent
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unoprnms.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/unoprnms.hxx b/sw/inc/unoprnms.hxx index 67c157b260c3..f3618d07f5f1 100644 --- a/sw/inc/unoprnms.hxx +++ b/sw/inc/unoprnms.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoprnms.hxx,v $ * - * $Revision: 1.54 $ + * $Revision: 1.55 $ * - * last change: $Author: ama $ $Date: 2001-04-10 14:12:03 $ + * last change: $Author: os $ $Date: 2001-04-17 14:13:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,6 +112,7 @@ extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LEFT_MARGIN extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_RIGHT_MARGIN ; extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_LEFT_MARGIN_RELATIVE ; extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_RIGHT_MARGIN_RELATIVE ; +extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_AUTO_FIRST_LINE_INDENT ; extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_FIRST_LINE_INDENT ; extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_FIRST_LINE_INDENT_RELATIVE ; extern const SwPropNameLen __FAR_DATA UNO_NAME_PARA_IS_HYPHENATION ; |