summaryrefslogtreecommitdiff
path: root/idl/source/objects/slot.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-03-28 15:01:23 +0000
committerMathias Bauer <mba@openoffice.org>2002-03-28 15:01:23 +0000
commita03a15343bb32bd5daacc98f04c55e75d7985790 (patch)
tree80d94b9ba0ab46d65048fce252072962687c86e9 /idl/source/objects/slot.cxx
parent445efe5ccf7749b301b1246c657f7437d6ccf007 (diff)
#98396#: get UnoName from API names
Diffstat (limited to 'idl/source/objects/slot.cxx')
-rw-r--r--idl/source/objects/slot.cxx13
1 files changed, 7 insertions, 6 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index 35a747b013..265c8ab4e6 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: slot.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $
+ * last change: $Author: mba $ $Date: 2002-03-28 16:01:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1530,14 +1530,15 @@ void SvMetaSlot::WriteSlot( const ByteString & rShellName, USHORT nCount,
rOutStm << '0';
}
- if ( GetUnoName().Len() )
+// if ( GetUnoName().Len() )
{
rOutStm << ",\"";
- rOutStm << GetUnoName().GetBuffer();
+ rOutStm << GetMangleName( FALSE ).GetBuffer();
+ //rOutStm << GetUnoName().GetBuffer();
rOutStm << "\"";
}
- else
- rOutStm << ", 0";
+// else
+// rOutStm << ", 0";
rOutStm << " )," << endl;
}