[Libreoffice-commits] core.git: sw/source
Julien Nabet
serval2412 at yahoo.fr
Thu May 1 01:53:28 PDT 2014
sw/source/core/uibase/app/docshdrw.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 4558064a31bcecd7cbdfde02b1c309a3b9d9813d
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Thu May 1 00:37:15 2014 +0200
Resolves: fdo#78133 LibO crashes when in options dialog (Colors part)
+ Related: fdo#77934
It seems pDrDoc is always known now (related to
185c270e66d03d1f77beb8a8996393d023e818e7 ?)
Change-Id: I5f984e0e53ec49d67c07a43159433fcc26524777
Reviewed-on: https://gerrit.libreoffice.org/9219
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/source/core/uibase/app/docshdrw.cxx b/sw/source/core/uibase/app/docshdrw.cxx
index 12f31e8..90070c9 100644
--- a/sw/source/core/uibase/app/docshdrw.cxx
+++ b/sw/source/core/uibase/app/docshdrw.cxx
@@ -42,6 +42,7 @@ void SwDocShell::InitDraw()
PutItem( SvxBitmapListItem( pDrDoc->GetBitmapList(), SID_BITMAP_LIST ) );
PutItem( SvxDashListItem( pDrDoc->GetDashList(), SID_DASH_LIST ) );
PutItem( SvxLineEndListItem( pDrDoc->GetLineEndList(), SID_LINEEND_LIST ) );
+ PutItem( SvxColorListItem( pDrDoc->GetColorList(), SID_COLOR_TABLE ));
Outliner& rOutliner = pDrDoc->GetDrawOutliner();
uno::Reference<linguistic2::XHyphenator> xHyphenator( ::GetHyphenator() );
More information about the Libreoffice-commits
mailing list