[Libreoffice-commits] core.git: Branch 'feature/gsoc14-colors' - sw/source

Krisztian Pinter pin.terminator at gmail.com
Sat Jul 26 01:53:35 PDT 2014


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

New commits:
commit 26fe5aaf84c3e2fe92b51eb482d05d496d6a3461
Author: Krisztian Pinter <pin.terminator at 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 )


More information about the Libreoffice-commits mailing list