summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/lbseldlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/miscdlgs/lbseldlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/lbseldlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/miscdlgs/lbseldlg.cxx b/sc/source/ui/miscdlgs/lbseldlg.cxx
index 2ed54313ccaf..71bb8561f00a 100644
--- a/sc/source/ui/miscdlgs/lbseldlg.cxx
+++ b/sc/source/ui/miscdlgs/lbseldlg.cxx
@@ -22,7 +22,7 @@
-//------------------------------------------------------------------
+
#include <vcl/msgbox.hxx>
@@ -48,14 +48,14 @@ ScSelEntryDlg::ScSelEntryDlg(Window* pParent, const std::vector<OUString> &rEnt
m_pLb->SelectEntryPos( 0 );
}
-//------------------------------------------------------------------------
+
OUString ScSelEntryDlg::GetSelectEntry() const
{
return m_pLb->GetSelectEntry();
}
-//------------------------------------------------------------------------
+
IMPL_LINK_NOARG_INLINE_START(ScSelEntryDlg, DblClkHdl)
{