diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-26 10:30:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-26 10:30:21 +0200 |
commit | a3aa6458f616fc0c79350498962c73a4886593ef (patch) | |
tree | 198cf1af75c5cd47431ed8c79962b47995c5a666 /sc/source/ui/sidebar | |
parent | eaa34b4e29478770c4707d56aa102491bc8e058a (diff) |
fix type in commit d5dc2a2a726dd151fb30fae25478511dce929dfa
"tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxx"
Change-Id: Ic66eabba58cb39e10253d50e4a226258e7099a77
Diffstat (limited to 'sc/source/ui/sidebar')
-rw-r--r-- | sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx index 4ae02d3a65de..7d44922d0c1e 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()) |