summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-11 23:47:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-12 09:10:04 +0100
commit11de7b8ec7f849819ebe288a1d0897bc7b9b361b (patch)
tree0525cf864c08356a825d56efe19b14f28f435d85 /svl
parent77cdf953482bb3a8489a4429d813b96ac24b79a6 (diff)
regenerate list
Diffstat (limited to 'svl')
-rw-r--r--svl/inc/svl/svldata.hxx3
-rw-r--r--svl/source/misc/svldata.cxx1
2 files changed, 3 insertions, 1 deletions
diff --git a/svl/inc/svl/svldata.hxx b/svl/inc/svl/svldata.hxx
index 1a869b5a5a1f..ab4ccc02edb1 100644
--- a/svl/inc/svl/svldata.hxx
+++ b/svl/inc/svl/svldata.hxx
@@ -30,6 +30,7 @@
#define _SVL_SVLDATA_HXX
#include <tools/simplerm.hxx>
+#include <rtl/instance.hxx>
class SfxItemPool;
@@ -45,6 +46,8 @@ public:
// For the simple resmgr we have a mgr for each language ever requested).
private:
+ template<class> friend class rtl::Static;
+
ImpSvlData():
pStoringPool(0), m_pThreadsafeRMs(NULL)
{}
diff --git a/svl/source/misc/svldata.cxx b/svl/source/misc/svldata.cxx
index 5d227e96987d..c03ee02acb82 100644
--- a/svl/source/misc/svldata.cxx
+++ b/svl/source/misc/svldata.cxx
@@ -33,7 +33,6 @@
#include <tools/resmgr.hxx>
#include <tools/shl.hxx>
#include <svl/svldata.hxx>
-#include <rtl/instance.hxx>
namespace
{