From 2e11d06b061e1f0059b6ea4645dd262d0d2a1436 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 12 Sep 2011 11:54:05 +0100 Subject: not going to get away with this friend syntax --- svl/inc/svl/svldata.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'svl') 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 friend class rtl::Static; - +public: ImpSvlData(): pStoringPool(0), m_pThreadsafeRMs(NULL) {} -- cgit