summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labelcfg.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-01-16 09:42:30 +0000
committerOliver Specht <os@openoffice.org>2001-01-16 09:42:30 +0000
commit5a659ca08a76c4f894aac7a60cac3b8790c1cc2f (patch)
treef5e1ec2ba8996588aa393f4cb1de205de4d25bc7 /sw/source/ui/envelp/labelcfg.cxx
parentd9c291e973336bebb4b78002528cc157af3c63a6 (diff)
C40Insert
Diffstat (limited to 'sw/source/ui/envelp/labelcfg.cxx')
-rw-r--r--sw/source/ui/envelp/labelcfg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/envelp/labelcfg.cxx b/sw/source/ui/envelp/labelcfg.cxx
index c71080130eb1..0f8bf34ff338 100644
--- a/sw/source/ui/envelp/labelcfg.cxx
+++ b/sw/source/ui/envelp/labelcfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: labelcfg.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2001-01-15 13:48:58 $
+ * last change: $Author: os $ $Date: 2001-01-16 10:42:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -176,7 +176,7 @@ void SwLabelConfig::FillLabels(const OUString& rManufacturer, SwLabRecs& rLab
Sequence<OUString> aPropNames = lcl_CreatePropertyNames(sPrefix);
Sequence<Any> aValues = GetProperties(aPropNames);
SwLabRec* pNewRec = lcl_CreateSwLabRec(aValues, rManufacturer);
- rLabArr.Insert(pNewRec, rLabArr.Count());
+ rLabArr.C40_INSERT( SwLabRec, pNewRec, rLabArr.Count() );
}
}