diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 19:17:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-05-22 19:17:03 +0000 |
commit | 9a44d608dfe3aa515b64000c06308b30b7ceb27e (patch) | |
tree | 080c9a5197ac0a4a4ac972a96d2d5aab14ccb102 /sfx2 | |
parent | 09f17cbad1a64ac59e25469a0b048eaa361e58c2 (diff) |
INTEGRATION: CWS chart2mst3 (1.2.32); FILE MERGED
2007/04/25 08:39:26 bm 1.2.32.1: saved changes done in file on branch before move here from ..
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/childwin.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/childwin.hxx b/sfx2/inc/sfx2/childwin.hxx index 891649f057af..4b197fe0c789 100644 --- a/sfx2/inc/sfx2/childwin.hxx +++ b/sfx2/inc/sfx2/childwin.hxx @@ -4,9 +4,9 @@ * * $RCSfile: childwin.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-04-11 21:16:57 $ + * last change: $Author: vg $ $Date: 2007-05-22 20:17:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,6 +78,7 @@ class SfxChildWinContextArr_Impl; #define SFX_CHILDWIN_AUTOHIDE 0x08 // DockingWindow im AutoHide-Modus #define SFX_CHILDWIN_TASK 0x10 // ChildWindow innerhalb der Task #define SFX_CHILDWIN_CANTGETFOCUS 0x20 // ChildWindow kann keinen Focus bekommen +#define SFX_CHILDWIN_ALWAYSAVAILABLE 0x40 // ChildWindow is never disabled #define CHILDWIN_NOPOS USHRT_MAX // Konfiguration eines ChildWindows |