Kaydet (Commit) 85ae5040 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

INTEGRATION: CWS dba12 (1.15.18); FILE MERGED

2004/05/13 16:33:15 fs 1.15.18.1: #i28522#
üst 793e2bbd
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: fmPropBrw.cxx,v $ * $RCSfile: fmPropBrw.cxx,v $
* *
* $Revision: 1.15 $ * $Revision: 1.16 $
* *
* last change: $Author: hr $ $Date: 2004-04-13 10:56:44 $ * last change: $Author: hjs $ $Date: 2004-06-28 16:57:19 $
* *
* 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
...@@ -250,11 +250,10 @@ using namespace ::svxform; ...@@ -250,11 +250,10 @@ using namespace ::svxform;
nClassNameResourceId = RID_STR_PROPTITLE_IMAGECONTROL; break; nClassNameResourceId = RID_STR_PROPTITLE_IMAGECONTROL; break;
case FormComponentType::HIDDENCONTROL: case FormComponentType::HIDDENCONTROL:
nClassNameResourceId = RID_STR_HIDDEN_CLASSNAME; break; nClassNameResourceId = RID_STR_HIDDEN_CLASSNAME; break;
/* case FormComponentType::SCROLLBAR: case FormComponentType::SCROLLBAR:
nClassNameResourceId = RID_STR_PROPTITLE_SCROLLBAR; break; nClassNameResourceId = RID_STR_PROPTITLE_SCROLLBAR; break;
case FormComponentType::SPINBUTTON: case FormComponentType::SPINBUTTON:
nClassNameResourceId = RID_STR_PROPTITLE_SPINBUTTON; break; nClassNameResourceId = RID_STR_PROPTITLE_SPINBUTTON; break;
*/
case FormComponentType::NAVIGATIONBAR: case FormComponentType::NAVIGATIONBAR:
nClassNameResourceId = RID_STR_PROPTITLE_NAVBAR; break; nClassNameResourceId = RID_STR_PROPTITLE_NAVBAR; break;
case FormComponentType::CONTROL: case FormComponentType::CONTROL:
......
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