summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2014-07-26 10:51:45 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-09-17 10:19:48 +0200
commit2d37d10ebdc67e38e2c96735ef38266e5a24b90f (patch)
treea9225046137a3356b459d7bd232cf104b61e1a07 /sw
parentcfdefe488fedbd12f7a3daf578c889ef82e962fc (diff)
Fix build error
Change-Id: I5c992189dc21683fc9e5244f4824d7c42e4ed9cd
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/app/docst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx
index 542d3169cc5a..8b9b02a14dda 100644
--- a/sw/source/uibase/app/docst.cxx
+++ b/sw/source/uibase/app/docst.cxx
@@ -1233,7 +1233,7 @@ sal_uInt16 SwDocShell::MakeByExample( const OUString &rName, sal_uInt16 nFamily,
std::vector<Color> SwDocShell::GetDocColors()
{
- return pDoc->GetDocColors();
+ return mpDoc->GetDocColors();
}
void SwDocShell::LoadStyles( SfxObjectShell& rSource )