diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 16:29:50 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 16:29:50 +0000 |
commit | 91a28406d197a8a389f2bb69f9846549bbc023ee (patch) | |
tree | 8c492714a90d883d5c96d247cddd91b3d1117dd0 /desktop/inc | |
parent | 7f0199ffbfe68b690d47a563a196cb15b5d36804 (diff) |
INTEGRATION: CWS tune04 (1.22.72); FILE MERGED
2004/06/14 09:03:35 cmc 1.22.72.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 59f5ab67ace5..58baa590f61e 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -2,9 +2,9 @@ * * $RCSfile: app.hxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2004-05-21 16:16:45 $ + * last change: $Author: hjs $ $Date: 2004-06-25 17:29:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -206,8 +206,6 @@ class Desktop : public Application static sal_Bool _bTasksSaved; // on-demand acceptors - static AcceptorMap m_acceptorMap; - static osl::Mutex m_mtxAccMap; static void createAcceptor(const OUString& aDescription); static void enableAcceptors(); static void destroyAcceptor(const OUString& aDescription); |