diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 07:51:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 07:51:58 +0000 |
commit | c08a7da9c4d274915f5fb432dc4112775a15e0ef (patch) | |
tree | f2dbc1bdc0cac80fef638d02e8b7739c369a0188 /svtools | |
parent | 83c147c81e9467f06ffa2f35a88c0f69778fcaf6 (diff) |
INTEGRATION: CWS perform06 (1.4.60); FILE MERGED
2005/10/25 08:04:06 as 1.4.60.1: #i56589# hold config items alive till office die
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/misccfg.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svtools/source/config/misccfg.cxx b/svtools/source/config/misccfg.cxx index 23450d1debc4..c8afd3644dc1 100644 --- a/svtools/source/config/misccfg.cxx +++ b/svtools/source/config/misccfg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: misccfg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:43:33 $ + * last change: $Author: rt $ $Date: 2005-11-11 08:51:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,6 +48,9 @@ #include <tools/debug.hxx> #endif +#include <rtl/logfile.hxx> + + #define DEFAULT_TAB 2000 #define DEF_INCH 2540L @@ -67,6 +70,8 @@ SfxMiscCfg::SfxMiscCfg() : bPaperSize(FALSE), bPaperOrientation (FALSE) { + RTL_LOGFILE_CONTEXT(aLog, "svtools (???) SfxMiscCfg::SfxMiscCfg()"); + Load(); } /* -----------------------------02.03.01 15:31-------------------------------- |