summaryrefslogtreecommitdiff
path: root/svtools/source/config/fontsubstconfig.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:43:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 19:43:57 +0000
commit8156e96e0bcd8db0ad8337d0300316d8f1e5122e (patch)
tree7f3170c2943cfc5a8b82b3ca9fa2e06438105ee2 /svtools/source/config/fontsubstconfig.cxx
parent17bad099961e299e48dc4567cd7952b32ce31f70 (diff)
INTEGRATION: CWS warnings01 (1.5.62); FILE MERGED
2006/01/27 16:43:20 sb 1.5.62.3: #i53898# Made code warning-free. 2006/01/25 19:39:43 sb 1.5.62.2: RESYNC: (1.5-1.6); FILE MERGED 2005/11/14 14:23:34 pl 1.5.62.1: #i55991# removed warnings
Diffstat (limited to 'svtools/source/config/fontsubstconfig.cxx')
-rw-r--r--svtools/source/config/fontsubstconfig.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index 893abd41595a..b0b67010ad94 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontsubstconfig.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-11-11 08:49:02 $
+ * last change: $Author: hr $ $Date: 2006-06-19 20:43:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -78,7 +78,7 @@ const sal_Char cAlways[] = "Always";
//-----------------------------------------------------------------------------
typedef SubstitutionStruct* SubstitutionStructPtr;
-SV_DECL_PTRARR_DEL(SubstitutionStructArr, SubstitutionStructPtr, 2, 2);
+SV_DECL_PTRARR_DEL(SubstitutionStructArr, SubstitutionStructPtr, 2, 2)
SV_IMPL_PTRARR(SubstitutionStructArr, SubstitutionStructPtr);
//-----------------------------------------------------------------------------
struct SvtFontSubstConfig_Impl
@@ -93,7 +93,7 @@ SvtFontSubstConfig::SvtFontSubstConfig() :
bIsEnabled(sal_False),
pImpl(new SvtFontSubstConfig_Impl)
{
- RTL_LOGFILE_CONTEXT(aLog, "svtools (???) SvtFontSubstConfig::SvtFontSubstConfig()");
+ RTL_LOGFILE_CONTEXT(aLog, "svtools SvtFontSubstConfig::SvtFontSubstConfig()");
Sequence<OUString> aNames(1);
aNames.getArray()[0] = C2U(cReplacement);