diff options
author | Jörg Barfurth <jb@openoffice.org> | 2001-11-14 15:53:26 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2001-11-14 15:53:26 +0000 |
commit | f3ad1366c874fde4d92c58c8ab98692cebc5e188 (patch) | |
tree | e423d1e803aea254ac637fd9a038964fc42f6406 /configmgr/source/inc/strdecl.hxx | |
parent | b8c71accae047011513ed885e334e18bf292417c (diff) |
#86930#,#94287# Implement support for finalized
Diffstat (limited to 'configmgr/source/inc/strdecl.hxx')
-rw-r--r-- | configmgr/source/inc/strdecl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/inc/strdecl.hxx b/configmgr/source/inc/strdecl.hxx index c638cdbfafc2..b49a6f3e9d4b 100644 --- a/configmgr/source/inc/strdecl.hxx +++ b/configmgr/source/inc/strdecl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: strdecl.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: dg $ $Date: 2001-10-11 14:22:47 $ + * last change: $Author: jb $ $Date: 2001-11-14 16:53:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,7 @@ namespace configmgr DECLARE_CONSTASCII_USTRING(ATTR_LOCALIZE); DECLARE_CONSTASCII_USTRING(ATTR_NULLABLE); DECLARE_CONSTASCII_USTRING(ATTR_WRITABLE); + DECLARE_CONSTASCII_USTRING(ATTR_FINALIZE); DECLARE_CONSTASCII_USTRING(ATTR_STATE); // boolean constants |