From 6b8a9f669fefd45c7af05d532ae74985ce8bbe2b Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Tue, 17 Apr 2001 13:13:40 +0000 Subject: #85534# property added: ParaIsAutoFirstLineIndent --- sw/inc/unoprnms.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sw/inc') 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 ; -- cgit