diff options
Diffstat (limited to 'svl')
-rw-r--r-- | svl/inc/svl/svldata.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/svl/inc/svl/svldata.hxx b/svl/inc/svl/svldata.hxx index ab4ccc02edb1..b51a36822084 100644 --- a/svl/inc/svl/svldata.hxx +++ b/svl/inc/svl/svldata.hxx @@ -45,9 +45,7 @@ public: // further request for any other language supply the resmgr of the first call. // For the simple resmgr we have a mgr for each language ever requested). -private: - template<class> friend class rtl::Static; - +public: ImpSvlData(): pStoringPool(0), m_pThreadsafeRMs(NULL) {} |