sw/source/uibase/app/docst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26fe5aaf84c3e2fe92b51eb482d05d496d6a3461
Author: Krisztian Pinter <pin.termina...@gmail.com>
Date:   Sat Jul 26 10:51:45 2014 +0200

    Fix build error
    
    Change-Id: I5c992189dc21683fc9e5244f4824d7c42e4ed9cd

diff --git a/sw/source/uibase/app/docst.cxx b/sw/source/uibase/app/docst.cxx
index 62bdef1..36a4467 100644
--- a/sw/source/uibase/app/docst.cxx
+++ b/sw/source/uibase/app/docst.cxx
@@ -1231,7 +1231,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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to