INTEGRATION: CWS fwkfinal2 (1.6.52); FILE MERGED

2005/03/16 13:07:57 as 1.6.52.1: #i45079# restore window state before loading!
This commit is contained in:
Vladimir Glazounov 2005-03-23 15:14:25 +00:00
parent 70eef4c202
commit 74412f4aa1

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: properties.h,v $ * $RCSfile: properties.h,v $
* *
* $Revision: 1.6 $ * $Revision: 1.7 $
* *
* last change: $Author: rt $ $Date: 2005-02-02 13:49:00 $ * last change: $Author: vg $ $Date: 2005-03-23 16:14:25 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -251,6 +251,20 @@ namespace framework{
#define AUTORECOVERY_PROPCOUNT 2 #define AUTORECOVERY_PROPCOUNT 2
//_______________________________________________
/** properties for Filter config */
#define FILTER_PROPNAME_ASCII_DOCUMENTSERVICE "DocumentService"
#define FILTER_PROPNAME_DOCUMENTSERVICE ::rtl::OUString::createFromAscii( FILTER_PROPNAME_ASCII_DOCUMENTSERVICE )
//_______________________________________________
/** properties for office module config (Setup.xcu) */
#define OFFICEFACTORY_PROPNAME_ASCII_WINDOWATTRIBUTES "ooSetupFactoryWindowAttributes"
#define OFFICEFACTORY_PROPNAME_WINDOWATTRIBUTES ::rtl::OUString::createFromAscii( OFFICEFACTORY_PROPNAME_ASCII_WINDOWATTRIBUTES )
//_______________________________________________ //_______________________________________________
/** provides some helper methods to implement property sets. */ /** provides some helper methods to implement property sets. */