summaryrefslogtreecommitdiff
path: root/svtools/source/config/fontsubstconfig.cxx
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/config/fontsubstconfig.cxx
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/config/fontsubstconfig.cxx')
-rw-r--r--svtools/source/config/fontsubstconfig.cxx7
1 files changed, 5 insertions, 2 deletions
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);