summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/propbrw.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-04 10:10:36 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-04 10:10:36 +0000
commit058b0ff211843ad4afa85a0e6c8f213aa5e3fafb (patch)
tree24cbc58d1a5795e968323291b958174ff02ada3d /basctl/source/dlged/propbrw.cxx
parent24645d80f56c6549a5aaf0019a3882091ecfd3e6 (diff)
added FixedLine
Diffstat (limited to 'basctl/source/dlged/propbrw.cxx')
-rw-r--r--basctl/source/dlged/propbrw.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx
index 8e327d081aaf..8ad19cc375c0 100644
--- a/basctl/source/dlged/propbrw.cxx
+++ b/basctl/source/dlged/propbrw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propbrw.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tbe $ $Date: 2001-05-02 12:38:36 $
+ * last change: $Author: tbe $ $Date: 2001-05-04 11:09:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -481,6 +481,10 @@ void PropBrw::implSetNewObject(const Reference< XPropertySet >& _rxObject)
{
nResId = RID_STR_CLASS_SCROLLBAR;
}
+ else if (aServiceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.awt.UnoControlFixedLineModel") ))
+ {
+ nResId = RID_STR_CLASS_FIXEDLINE;
+ }
if (nResId)
{