diff options
author | Oliver Braun <obr@openoffice.org> | 2001-05-25 09:44:06 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2001-05-25 09:44:06 +0000 |
commit | 9a4b7ef3ee6b5df95dde030889a7af25f9abd372 (patch) | |
tree | 9af66c365cac766adfcfc7c21da5e21c80bad0b2 /svtools/source/config/moduleoptions.cxx | |
parent | 2fc5732c4627d23f597fab818f06dd57330c0bf8 (diff) |
#73862# OProfile::getProfileName must not be used any more
Diffstat (limited to 'svtools/source/config/moduleoptions.cxx')
-rw-r--r-- | svtools/source/config/moduleoptions.cxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/svtools/source/config/moduleoptions.cxx b/svtools/source/config/moduleoptions.cxx index 427bac9e59c0..088a510b30ef 100644 --- a/svtools/source/config/moduleoptions.cxx +++ b/svtools/source/config/moduleoptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: moduleoptions.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: as $ $Date: 2000-11-16 08:55:22 $ + * last change: $Author: obr $ $Date: 2001-05-25 10:44:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -534,6 +534,12 @@ SvtModuleOptions_Impl::SvtModuleOptions_Impl() } } +/* + * OBR: disabled the hack with the knowledge of AS: + * getProfileName should not be used any more + */ + +#if 0 /* Hack! ------------------------------------------------------------------------------------- Read values for localy cached components from sversion.ini! */ @@ -600,6 +606,8 @@ SvtModuleOptions_Impl::SvtModuleOptions_Impl() /* Hack! -------------------------------------------------------------------------------------*/ +#endif + // I think we don't need any notifications ... // because we support readonly variables yet in the moment! // EnableNotification( seqNames ); |