summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-27 11:38:01 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-27 11:38:01 +0000
commitfc8b13c495fa83cdc9f7148b892beb8c083d1ce6 (patch)
treede1d810807953d545f231bd4c37915c5c966faf9 /sw/source/core/unocore
parent34028e19610c149a4d28bd29119238f79cbac2c5 (diff)
INTEGRATION: CWS xmlperf01 (1.30.442); FILE MERGED
2005/01/19 12:31:12 mib 1.30.442.1: #i40964#: performance for load/save
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unoport.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unoport.cxx b/sw/source/core/unocore/unoport.cxx
index b51664815440..f229933f357a 100644
--- a/sw/source/core/unocore/unoport.cxx
+++ b/sw/source/core/unocore/unoport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoport.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: obo $ $Date: 2004-03-17 09:36:48 $
+ * last change: $Author: rt $ $Date: 2005-01-27 12:38:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -355,7 +355,7 @@ void SwXTextPortion::GetPropertyValue(
Any &rVal,
const SfxItemPropertyMap *pEntry,
SwUnoCrsr *pUnoCrsr,
- SfxItemSet *pSet )
+ SfxItemSet *&pSet )
{
DBG_ASSERT( pUnoCrsr, "UNO cursor missing" );
if (!pUnoCrsr)