diff options
author | Stephan Schäfer <ssa@openoffice.org> | 2002-07-02 13:25:56 +0000 |
---|---|---|
committer | Stephan Schäfer <ssa@openoffice.org> | 2002-07-02 13:25:56 +0000 |
commit | 83ceb199deab2f483cdf37a6e839120a53576e7f (patch) | |
tree | 62ccf51b3870b5e85d4d2f1e7819c120e50ccf7a /rsc/inc | |
parent | 6cd38fbee9231660cf7cb8812480744818674c58 (diff) |
#100242# support for window bit WB_SYSTEMWINDOW
Diffstat (limited to 'rsc/inc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index cc1512905205..ba95e7ee8b14 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -2,9 +2,9 @@ * * $RCSfile: rscdb.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hjs $ $Date: 2001-11-06 17:54:36 $ + * last change: $Author: ssa $ $Date: 2002-07-02 14:25:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -187,6 +187,7 @@ class RscTypCont HASHID nNoLabelId; HASHID nVertId; HASHID nSingleLineId; + HASHID nSysWinId; void Init(); // Initialisiert Klassen und Tabelle void SETCONST( RscConst *, char *, UINT32 ); |