summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-07 15:07:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-07 15:07:51 +0000
commitdf026f1e787a676afcd0a1afa72c3a0174606f0b (patch)
tree621e34f429b3440d44684502600d7c81d488ce15
parent0fd71ddbb36cecf7fa65e732c6b9977d1daec4c6 (diff)
INTEGRATION: CWS frmcontrols03 (1.2.98); FILE MERGED
2004/02/18 15:18:44 fs 1.2.98.1: spelling typo
-rw-r--r--forms/source/component/cloneable.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/cloneable.cxx b/forms/source/component/cloneable.cxx
index f692586cc005..e0a4157be6e9 100644
--- a/forms/source/component/cloneable.cxx
+++ b/forms/source/component/cloneable.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cloneable.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 18:01:18 $
+ * last change: $Author: rt $ $Date: 2004-05-07 16:07:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,8 +88,8 @@ namespace frm
//------------------------------------------------------------------
Reference< XAggregation > OCloneableAggregation::createAggregateClone( const OCloneableAggregation* _pOriginal )
{
- Reference< XCloneable > xAggregateCloneable; // will be the aggregates XCloneable
- Reference< XAggregation > xAggregateClone; // will be the aggregates clone
+ Reference< XCloneable > xAggregateCloneable; // will be the aggregate's XCloneable
+ Reference< XAggregation > xAggregateClone; // will be the aggregate's clone
if ( query_aggregation( _pOriginal->m_xAggregate, xAggregateCloneable ) )
{