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:
parent
70eef4c202
commit
74412f4aa1
1 changed files with 16 additions and 2 deletions
|
@ -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. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue