summaryrefslogtreecommitdiff
path: root/sdext/source/minimizer/informationdialog.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 /sdext/source/minimizer/informationdialog.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 'sdext/source/minimizer/informationdialog.cxx')
-rw-r--r--sdext/source/minimizer/informationdialog.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sdext/source/minimizer/informationdialog.cxx b/sdext/source/minimizer/informationdialog.cxx
index 28ab1ce37f8b..11c14e713268 100644
--- a/sdext/source/minimizer/informationdialog.cxx
+++ b/sdext/source/minimizer/informationdialog.cxx
@@ -37,9 +37,9 @@
#define PAGE_WIDTH ( DIALOG_WIDTH - PAGE_POS_X ) - 6
-// ---------------------
+
// - INFORMATIONDIALOG -
-// ---------------------
+
using namespace ::rtl;
using namespace ::com::sun::star;
@@ -56,7 +56,7 @@ using namespace ::com::sun::star::container;
-// -----------------------------------------------------------------------------
+
OUString InsertFixedText( InformationDialog& rInformationDialog, const OUString& rControlName, const OUString& rLabel,
sal_Int32 nXPos, sal_Int32 nYPos, sal_Int32 nWidth, sal_Int32 nHeight, sal_Bool bMultiLine, sal_Int16 nTabIndex )
@@ -311,7 +311,7 @@ void InformationDialog::InitDialog()
setControlProperty( "OpenNewDocument", "State", Any( (sal_Int16)bOpenNewDocument ) );
}
-// -----------------------------------------------------------------------------
+
InformationDialog::InformationDialog( const Reference< XComponentContext > &rxContext, Reference< XFrame >& rxFrame, const OUString& rSaveAsURL, sal_Bool& rbOpenNewDocument, const sal_Int64& rSourceSize, const sal_Int64& rDestSize, const sal_Int64& rApproxSize ) :
UnoDialog( rxContext, rxFrame ),
@@ -333,13 +333,13 @@ InformationDialog::InformationDialog( const Reference< XComponentContext > &rxCo
InitDialog();
}
-// -----------------------------------------------------------------------------
+
InformationDialog::~InformationDialog()
{
}
-// -----------------------------------------------------------------------------
+
sal_Bool InformationDialog::execute()
{
@@ -358,7 +358,7 @@ sal_Bool InformationDialog::execute()
return mbStatus;
}
-// -----------------------------------------------------------------------------
+
void OKActionListener::actionPerformed( const ActionEvent& rEvent )
throw ( com::sun::star::uno::RuntimeException )