[Libreoffice-commits] core.git: sc/source
Noel Grandin
noel at peralex.com
Mon Oct 26 01:31:31 PDT 2015
sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a3aa6458f616fc0c79350498962c73a4886593ef
Author: Noel Grandin <noel at peralex.com>
Date: Mon Oct 26 10:30:21 2015 +0200
fix type in commit d5dc2a2a726dd151fb30fae25478511dce929dfa
"tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxx"
Change-Id: Ic66eabba58cb39e10253d50e4a226258e7099a77
diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
index 4ae02d3..7d44922 100644
--- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
+++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
@@ -217,7 +217,7 @@ IMPL_LINK_TYPED(CellAppearancePropertyPanel, TbxLineStyleSelectHdl, ToolBox*, pT
mpCellLineStylePopup.reset(
new CellLineStylePopup(
this,
- [this] (svx::sidebar::PopupContainer* pParent) { return this->CreateCellBorderStylePopupControl(pParent); } ));
+ [this] (svx::sidebar::PopupContainer* pParent) { return this->CreateCellLineStylePopupControl(pParent); } ));
}
if(mpCellLineStylePopup.get())
More information about the Libreoffice-commits
mailing list