Kaydet (Commit) 200e5cf3 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS cellborders (1.24.78); FILE MERGED

2004/06/07 15:56:36 dvo 1.24.78.1: #i29551# load/save table:border-model
üst 21c5027f
......@@ -2,9 +2,9 @@
*
* $RCSfile: txtprhdl.cxx,v $
*
* $Revision: 1.24 $
* $Revision: 1.25 $
*
* last change: $Author: hr $ $Date: 2004-03-08 14:10:20 $
* last change: $Author: rt $ $Date: 2004-07-12 13:39:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -1430,6 +1430,10 @@ const XMLPropertyHandler *XMLTextPropertyHandlerFactory_Impl::GetPropertyHandler
pHdl = new XMLNamedBoolPropertyHdl( ::xmloff::token::XML_ABOVE,
::xmloff::token::XML_BELOW );
break;
case XML_TYPE_BORDER_MODEL:
pHdl = new XMLNamedBoolPropertyHdl( xmloff::token::XML_COLLAPSING,
xmloff::token::XML_SEPARATING );
break;
}
return pHdl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment