summaryrefslogtreecommitdiff
path: root/cui/source/options/webconninfo.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /cui/source/options/webconninfo.cxx
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff)
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/webconninfo.cxx')
-rw-r--r--cui/source/options/webconninfo.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cui/source/options/webconninfo.cxx b/cui/source/options/webconninfo.cxx
index 27b4cc9acac0..8fe16ad97964 100644
--- a/cui/source/options/webconninfo.cxx
+++ b/cui/source/options/webconninfo.cxx
@@ -101,7 +101,7 @@ void PasswordTable::setColWidths()
// class WebConnectionInfoDialog -----------------------------------------
-// -----------------------------------------------------------------------
+
WebConnectionInfoDialog::WebConnectionInfoDialog(Window* pParent)
: ModalDialog(pParent, "StoredWebConnectionDialog", "cui/ui/storedwebconnectiondialog.ui")
, m_nPos( -1 )
@@ -145,14 +145,14 @@ WebConnectionInfoDialog::~WebConnectionInfoDialog()
delete m_pPasswordsLB;
}
-// -----------------------------------------------------------------------
+
IMPL_LINK( WebConnectionInfoDialog, HeaderBarClickedHdl, SvSimpleTable*, pTable )
{
m_pPasswordsLB->Resort( NULL == pTable );
return 0;
}
-// -----------------------------------------------------------------------
+
void WebConnectionInfoDialog::FillPasswordList()
{
try
@@ -200,7 +200,7 @@ void WebConnectionInfoDialog::FillPasswordList()
{}
}
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(WebConnectionInfoDialog, RemovePasswordHdl)
{
try
@@ -232,7 +232,7 @@ IMPL_LINK_NOARG(WebConnectionInfoDialog, RemovePasswordHdl)
return 0;
}
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(WebConnectionInfoDialog, RemoveAllPasswordsHdl)
{
try
@@ -256,7 +256,7 @@ IMPL_LINK_NOARG(WebConnectionInfoDialog, RemoveAllPasswordsHdl)
return 0;
}
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(WebConnectionInfoDialog, ChangePasswordHdl)
{
try
@@ -295,7 +295,7 @@ IMPL_LINK_NOARG(WebConnectionInfoDialog, ChangePasswordHdl)
return 0;
}
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(WebConnectionInfoDialog, EntrySelectedHdl)
{
SvTreeListEntry* pEntry = m_pPasswordsLB->GetCurEntry();