summaryrefslogtreecommitdiff
path: root/svtools/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 07:49:02 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 07:49:02 +0000
commita08e7d6252678b177d033d67f453ed021c0651e1 (patch)
tree04fa8ee3fa2c97c9d3bc1f665144001c901be088 /svtools/source
parentb8a492837375e778dcdf48764eb57eed98d1c22f (diff)
INTEGRATION: CWS perform06 (1.5.60); FILE MERGED
2005/10/25 08:03:59 as 1.5.60.1: #i56589# hold config items alive till office die
Diffstat (limited to 'svtools/source')
-rw-r--r--svtools/source/config/fontoptions.cxx7
-rw-r--r--svtools/source/config/fontsubstconfig.cxx7
2 files changed, 8 insertions, 6 deletions
diff --git a/svtools/source/config/fontoptions.cxx b/svtools/source/config/fontoptions.cxx
index f1febc9777d9..b27beea41157 100644
--- a/svtools/source/config/fontoptions.cxx
+++ b/svtools/source/config/fontoptions.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontoptions.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:38:27 $
+ * last change: $Author: rt $ $Date: 2005-11-11 08:48:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -430,8 +430,7 @@ SvtFontOptions::SvtFontOptions()
RTL_LOGFILE_CONTEXT(aLog, "svtools (???) ::SvtFontOptions_Impl::ctor()");
m_pDataContainer = new SvtFontOptions_Impl;
- ItemHolder1* pHolder = ItemHolder1::getGlobalItemHolder();
- pHolder->holdConfigItem(E_FONTOPTIONS);
+ ItemHolder1::holdConfigItem(E_FONTOPTIONS);
}
}
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index a2944108d957..893abd41595a 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontsubstconfig.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:38:42 $
+ * last change: $Author: rt $ $Date: 2005-11-11 08:49:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -58,6 +58,7 @@
#endif
#include <vcl/outdev.hxx>
+#include <rtl/logfile.hxx>
using namespace utl;
using namespace rtl;
@@ -92,6 +93,8 @@ SvtFontSubstConfig::SvtFontSubstConfig() :
bIsEnabled(sal_False),
pImpl(new SvtFontSubstConfig_Impl)
{
+ RTL_LOGFILE_CONTEXT(aLog, "svtools (???) SvtFontSubstConfig::SvtFontSubstConfig()");
+
Sequence<OUString> aNames(1);
aNames.getArray()[0] = C2U(cReplacement);
Sequence<Any> aValues = GetProperties(aNames);