summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/glosdoc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-02-06 15:11:35 +0000
committerRüdiger Timm <rt@openoffice.org>2006-02-06 15:11:35 +0000
commit43eace9d37635ad58f93de77c1c21744f651ef2f (patch)
treed09a925ef7d5f2b659245c1aca243e984d1972b6 /sw/source/ui/inc/glosdoc.hxx
parent6a3d6af782ba5d706fb6ddf5e01f43a8d96083ef (diff)
INTEGRATION: CWS os75 (1.7.198); FILE MERGED
2006/02/02 10:21:24 os 1.7.198.1: #i59454# AutoText entries should be cashed with _weak_ references
Diffstat (limited to 'sw/source/ui/inc/glosdoc.hxx')
-rw-r--r--sw/source/ui/inc/glosdoc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/glosdoc.hxx b/sw/source/ui/inc/glosdoc.hxx
index 3b4547a3cf15..db759fd59d3a 100644
--- a/sw/source/ui/inc/glosdoc.hxx
+++ b/sw/source/ui/inc/glosdoc.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: glosdoc.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:17:42 $
+ * last change: $Author: rt $ $Date: 2006-02-06 16:11:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -74,7 +74,7 @@ SV_DECL_REF( SwDocShell )
typedef ::com::sun::star::uno::WeakReference< ::com::sun::star::text::XAutoTextGroup > AutoTextGroupRef;
typedef ::std::vector< AutoTextGroupRef > UnoAutoTextGroups;
-typedef ::com::sun::star::uno::Reference< ::com::sun::star::text::XAutoTextEntry > AutoTextEntryRef;
+typedef ::com::sun::star::uno::WeakReference< ::com::sun::star::text::XAutoTextEntry > AutoTextEntryRef;
typedef ::std::vector< AutoTextEntryRef > UnoAutoTextEntries;
#define GLOS_DELIM (sal_Unicode)'*'