summaryrefslogtreecommitdiffstats
path: root/sw/inc/docfac.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-01-16 10:59:41 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-01-16 11:19:43 +0100
commit6a445e3231969b4a45f6e9db6f9d8f4044559d6f (patch)
treebf585af29823a3d29c4d11e2b18aa1799a140836 /sw/inc/docfac.hxx
parentRemove broken and unnecessary friend declaration. (diff)
downloadcore-6a445e3231969b4a45f6e9db6f9d8f4044559d6f.tar.gz
core-6a445e3231969b4a45f6e9db6f9d8f4044559d6f.zip
sw: make these public, they will be needed in unit tests
And they have the Sw prefix already, so should be no issue. Change-Id: Ibbce389de83b462028dbcf338e5ce277f102d791
Diffstat (limited to 'sw/inc/docfac.hxx')
-rw-r--r--sw/inc/docfac.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docfac.hxx b/sw/inc/docfac.hxx
index a4532827cf2e..35827e09a4b2 100644
--- a/sw/inc/docfac.hxx
+++ b/sw/inc/docfac.hxx
@@ -23,7 +23,7 @@
class SwDoc;
-class SwDocFac
+class SW_DLLPUBLIC SwDocFac
{
protected:
SwDoc* pDoc;