diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-30 11:39:01 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-09-30 11:39:46 -0500 |
commit | 57dbe3e46690e9bf2361ea94221537f31b70d19c (patch) | |
tree | 6e49f869bb03bc6746e134a5e2db688073b8094d /svl | |
parent | dd71d3848361beadb6c0baf2010a46144f927153 (diff) |
temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2c
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 bfafb848b99c..c498dd01cba7 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: - /// Can only construct via singleton - template<typename T, typename Unique> friend class rtl::Static; + public: //TODO: should be private ImpSvlData() : pStoringPool(0), m_pThreadsafeRMs(NULL) {} ~ImpSvlData(); |