summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg/namepast.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/namedlg/namepast.cxx')
-rw-r--r--sc/source/ui/namedlg/namepast.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/namedlg/namepast.cxx b/sc/source/ui/namedlg/namepast.cxx
index 3f188c3efe3b..8d8e4d841ce3 100644
--- a/sc/source/ui/namedlg/namepast.cxx
+++ b/sc/source/ui/namedlg/namepast.cxx
@@ -22,8 +22,6 @@
-
-
#include "namepast.hxx"
#include "scresid.hxx"
#include "docsh.hxx"
@@ -32,8 +30,6 @@
#include "viewdata.hxx"
-
-
ScNamePasteDlg::ScNamePasteDlg( Window * pParent, ScDocShell* pShell, bool )
: ModalDialog( pParent, "InsertNameDialog", "modules/scalc/ui/insertname.ui" )
{
@@ -76,8 +72,6 @@ ScNamePasteDlg::~ScNamePasteDlg()
delete mpTable;
}
-
-
IMPL_LINK( ScNamePasteDlg, ButtonHdl, Button *, pButton )
{
if( pButton == m_pBtnPasteAll )
@@ -101,8 +95,6 @@ IMPL_LINK( ScNamePasteDlg, ButtonHdl, Button *, pButton )
return 0;
}
-
-
std::vector<OUString> ScNamePasteDlg::GetSelectedNames() const
{
return maSelectedNames;