diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:34:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 17:34:06 +0000 |
commit | 4829387bfc28985c2861338fbf67ada26f8b42ac (patch) | |
tree | f65256ea6b99cd0fdc02d3f6b7bbf1de5af263f8 /tools | |
parent | 839094e2e8d1a9b2c47330bdc0ee96cbcbb55038 (diff) |
INTEGRATION: CWS vclcleanup02 (1.7.186); FILE MERGED
2003/12/04 17:24:04 mt 1.7.186.1: #i23061# Removed SUPD and unused code
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/config.cxx | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx index 33082e0ff0db..8eb2d7cb613e 100644 --- a/tools/source/generic/config.cxx +++ b/tools/source/generic/config.cxx @@ -2,9 +2,9 @@ * * $RCSfile: config.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: pl $ $Date: 2001-06-13 15:32:25 $ + * last change: $Author: vg $ $Date: 2004-01-06 18:34:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -806,12 +806,6 @@ Config::~Config() // ----------------------------------------------------------------------- -void Config::Modified() -{ -} - -// ----------------------------------------------------------------------- - String Config::GetDefDirectory() { ::rtl::OUString aDefConfig; @@ -890,7 +884,6 @@ void Config::DeleteGroup( const ByteString& rGroup ) else { mpData->mbModified = TRUE; - Modified(); } // Gruppen auf ungluetig setzen @@ -1082,7 +1075,6 @@ void Config::WriteKey( const ByteString& rKey, const ByteString& rStr ) else { mpData->mbModified = TRUE; - Modified(); } } } @@ -1136,7 +1128,6 @@ void Config::DeleteKey( const ByteString& rKey ) else { mpData->mbModified = TRUE; - Modified(); } } } |