summaryrefslogtreecommitdiff
path: root/rsc/source
diff options
context:
space:
mode:
authormm <mm@openoffice.org>2001-05-16 14:33:11 +0000
committermm <mm@openoffice.org>2001-05-16 14:33:11 +0000
commit90db0c6a41e4f3286ef8aca03f7d892b863b6246 (patch)
treefce575f7fc21227bb0fc6c7a99a8ade5735d03d1 /rsc/source
parentdc65636d80402207e58b97cb270c8bbba6de6a16 (diff)
#87115# vert flag
Diffstat (limited to 'rsc/source')
-rw-r--r--rsc/source/parser/rscinit.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index cee22a6cbdca..9b56b1220c00 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rscinit.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:42:55 $
+ * last change: $Author: mm $ $Date: 2001-05-16 15:31:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -425,6 +425,8 @@ void RscTypCont::Init()
aWinBits.SetConstant( nTopImageId, WB_TOPIMAGE );
nNoLabelId = pHS->Insert( "WB_NOLABEL" );
aWinBits.SetConstant( nNoLabelId, WB_NOLABEL );
+ nVertId = pHS->Insert( "WB_VERT" );
+ aWinBits.SetConstant( nVertId, WB_VERT );
}
{
/********** I n i t B a s i c T y p e s **************************/
@@ -1001,6 +1003,9 @@ void RscTypCont::Init()
pClassFixedLine =
new RscClass( nId, RSC_FIXEDLINE, pClassControl );
pClassFixedLine->SetCallPar( *pWinPar1, *pWinPar2, *pWinParType );
+
+ INS_WINBIT(pClassFixedLine,Vert)
+
aNmTb.Put( nId, CLASSNAME, pClassFixedLine );
pRoot->Insert( pClassFixedLine );