summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/propbrw.cxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-08-17 12:57:40 +0000
committerThomas Benisch <tbe@openoffice.org>2001-08-17 12:57:40 +0000
commit55b087ee80fc747a88a914fa4c9516ce257b21ad (patch)
tree7d975154d6d0c71643539e5d146d6b745a784751 /basctl/source/dlged/propbrw.cxx
parenta259c8c98be91a5d6e3254c80767e3be6b5b15ee (diff)
#91159# dialog editor handling of unknown controls
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 8ad19cc375c0..785dae854c87 100644
--- a/basctl/source/dlged/propbrw.cxx
+++ b/basctl/source/dlged/propbrw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propbrw.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tbe $ $Date: 2001-05-04 11:09:44 $
+ * last change: $Author: tbe $ $Date: 2001-08-17 13:57:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -485,6 +485,10 @@ void PropBrw::implSetNewObject(const Reference< XPropertySet >& _rxObject)
{
nResId = RID_STR_CLASS_FIXEDLINE;
}
+ else
+ {
+ nResId = RID_STR_CLASS_CONTROL;
+ }
if (nResId)
{