summaryrefslogtreecommitdiff
path: root/uui
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 /uui
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 'uui')
-rw-r--r--uui/source/iahndl.cxx4
-rw-r--r--uui/source/masterpasscrtdlg.cxx6
-rw-r--r--uui/source/masterpassworddlg.cxx4
-rw-r--r--uui/source/nameclashdlg.cxx2
-rw-r--r--uui/source/passworddlg.cxx4
-rw-r--r--uui/source/sslwarndlg.cxx2
-rw-r--r--uui/source/unknownauthdlg.cxx6
7 files changed, 14 insertions, 14 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 8850d920639f..0d01d30febe6 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -363,7 +363,7 @@ namespace
}
}
-// ---------------------------------------------------------------------------------------------------------------------
+
bool UUIInteractionHelper::handleCustomRequest( const Reference< XInteractionRequest >& i_rRequest, const OUString& i_rServiceName ) const
{
try
@@ -388,7 +388,7 @@ bool UUIInteractionHelper::handleCustomRequest( const Reference< XInteractionReq
return false;
}
-// ---------------------------------------------------------------------------------------------------------------------
+
bool UUIInteractionHelper::handleTypedHandlerImplementations( Reference< XInteractionRequest > const & rRequest )
{
// the request
diff --git a/uui/source/masterpasscrtdlg.cxx b/uui/source/masterpasscrtdlg.cxx
index e69f0da9b8da..3bb60038724f 100644
--- a/uui/source/masterpasscrtdlg.cxx
+++ b/uui/source/masterpasscrtdlg.cxx
@@ -25,7 +25,7 @@
// MasterPasswordCreateDialog---------------------------------------------------
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(MasterPasswordCreateDialog, EditHdl_Impl)
{
@@ -33,7 +33,7 @@ IMPL_LINK_NOARG(MasterPasswordCreateDialog, EditHdl_Impl)
return 0;
}
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(MasterPasswordCreateDialog, OKHdl_Impl)
{
@@ -52,7 +52,7 @@ IMPL_LINK_NOARG(MasterPasswordCreateDialog, OKHdl_Impl)
return 1;
}
-// -----------------------------------------------------------------------
+
MasterPasswordCreateDialog::MasterPasswordCreateDialog(Window* pParent, ResMgr* pResMgr)
: ModalDialog(pParent, "SetMasterPasswordDialog", "uui/ui/setmasterpassworddlg.ui")
diff --git a/uui/source/masterpassworddlg.cxx b/uui/source/masterpassworddlg.cxx
index ca3d11be2780..7cd12253ec95 100644
--- a/uui/source/masterpassworddlg.cxx
+++ b/uui/source/masterpassworddlg.cxx
@@ -24,7 +24,7 @@
// MasterPasswordDialog---------------------------------------------------
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(MasterPasswordDialog, OKHdl_Impl)
{
@@ -32,7 +32,7 @@ IMPL_LINK_NOARG(MasterPasswordDialog, OKHdl_Impl)
return 1;
}
-// -----------------------------------------------------------------------
+
MasterPasswordDialog::MasterPasswordDialog
(
diff --git a/uui/source/nameclashdlg.cxx b/uui/source/nameclashdlg.cxx
index 2d83a53ba077..f05fedaff514 100644
--- a/uui/source/nameclashdlg.cxx
+++ b/uui/source/nameclashdlg.cxx
@@ -49,7 +49,7 @@ IMPL_LINK( NameClashDialog, ButtonHdl_Impl, PushButton *, pBtn )
return 1;
}
-// -----------------------------------------------------------------------
+
NameClashDialog::NameClashDialog( Window* pParent, ResMgr* pResMgr,
OUString const & rTargetFolderURL,
OUString const & rClashingName,
diff --git a/uui/source/passworddlg.cxx b/uui/source/passworddlg.cxx
index d80fe6a2990a..b1ff004cfda1 100644
--- a/uui/source/passworddlg.cxx
+++ b/uui/source/passworddlg.cxx
@@ -27,7 +27,7 @@
using namespace ::com::sun::star;
-// -----------------------------------------------------------------------
+
static void lcl_Move( Window &rWin, long nOffset )
{
@@ -36,7 +36,7 @@ static void lcl_Move( Window &rWin, long nOffset )
rWin.SetPosPixel( aTmp );
}
-// -----------------------------------------------------------------------
+
PasswordDialog::PasswordDialog(
Window* _pParent,
diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx
index 556127a4385f..88ba2e570405 100644
--- a/uui/source/sslwarndlg.cxx
+++ b/uui/source/sslwarndlg.cxx
@@ -36,7 +36,7 @@ void SSLWarnDialog::ViewCert()
xDocumentDigitalSignatures.get()->showCertificate(getCert());
}
-// -----------------------------------------------------------------------
+
SSLWarnDialog::SSLWarnDialog(Window* pParent,
const css::uno::Reference< css::security::XCertificate >& rXCert,
diff --git a/uui/source/unknownauthdlg.cxx b/uui/source/unknownauthdlg.cxx
index abeb2afcd784..0eb3a4c1a4c0 100644
--- a/uui/source/unknownauthdlg.cxx
+++ b/uui/source/unknownauthdlg.cxx
@@ -28,7 +28,7 @@
using namespace css;
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(UnknownAuthDialog, OKHdl_Impl)
{
@@ -43,7 +43,7 @@ IMPL_LINK_NOARG(UnknownAuthDialog, OKHdl_Impl)
return 1;
}
-// -----------------------------------------------------------------------
+
IMPL_LINK_NOARG(UnknownAuthDialog, ViewCertHdl_Impl)
{
@@ -57,7 +57,7 @@ IMPL_LINK_NOARG(UnknownAuthDialog, ViewCertHdl_Impl)
return 0;
}
-// -----------------------------------------------------------------------
+
UnknownAuthDialog::UnknownAuthDialog(Window* pParent,
const css::uno::Reference< css::security::XCertificate >& rXCert,