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.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/namedlg/namepast.cxx b/sc/source/ui/namedlg/namepast.cxx
index e29eff38e977..0bae7989c7b5 100644
--- a/sc/source/ui/namedlg/namepast.cxx
+++ b/sc/source/ui/namedlg/namepast.cxx
@@ -22,7 +22,7 @@
-//------------------------------------------------------------------
+
#include "namepast.hxx"
#include "scresid.hxx"
@@ -76,7 +76,7 @@ ScNamePasteDlg::~ScNamePasteDlg()
delete mpTable;
}
-//------------------------------------------------------------------
+
IMPL_LINK( ScNamePasteDlg, ButtonHdl, Button *, pButton )
{
@@ -101,7 +101,7 @@ IMPL_LINK( ScNamePasteDlg, ButtonHdl, Button *, pButton )
return 0;
}
-//------------------------------------------------------------------
+
std::vector<OUString> ScNamePasteDlg::GetSelectedNames() const
{