diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-02-02 14:26:00 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-02-02 14:26:00 +0000 |
commit | 8ad0e512b8ac82f8cb72b127b81557d8aeb26587 (patch) | |
tree | cfce98146f44e7b7a66b4e54e9ed4a6426e2503c /framework | |
parent | 4328b493b3d2b6bd9847fb269bd967be2f47f782 (diff) |
#83483# use OUString member right in static mode
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/classes/filtercache.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx index 593bbff4135e..24f2bdd4c6ed 100644 --- a/framework/inc/classes/filtercache.hxx +++ b/framework/inc/classes/filtercache.hxx @@ -2,9 +2,9 @@ * * $RCSfile: filtercache.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: as $ $Date: 2001-01-26 13:49:12 $ + * last change: $Author: as $ $Date: 2001-02-02 15:26:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -596,8 +596,8 @@ class FilterCache static TPerformanceHash* m_pFastLoaderCache ; static TPreferredHash* m_pPreferredTypesCache ; static sal_Int32 m_nRefCount ; - static OUSTRING m_sDefaultDetector ; - static OUSTRING m_sGenericLoader ; + static OUSTRING* m_pDefaultDetectorName ; + static OUSTRING* m_pGenericLoaderName ; static TDetector* m_pDefaultDetector ; static TLoader* m_pGenericLoader ; |