summaryrefslogtreecommitdiff
path: root/sd/source/ui/table
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 23:45:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 06:53:03 -0600
commit2ef9df8aee696993d9eb235fd36caa4cbcfd3624 (patch)
tree7b9a351a3362f45a909299c93192bd11a2fd0c4e /sd/source/ui/table
parent7e92d9881f039899262882633712ec0a3de01474 (diff)
Remove visual noise from sd
Change-Id: I0957cabd66ddc4e25c7e6ff54ec2a555eda0792c Reviewed-on: https://gerrit.libreoffice.org/8306 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd/source/ui/table')
-rw-r--r--sd/source/ui/table/TableDesignPane.cxx6
-rw-r--r--sd/source/ui/table/TableDesignPane.hxx4
2 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx
index 45ae4beae044..1b73da750733 100644
--- a/sd/source/ui/table/TableDesignPane.cxx
+++ b/sd/source/ui/table/TableDesignPane.cxx
@@ -833,7 +833,7 @@ void TableDesignWidget::FillDesignPreviewControl()
m_pValueSet->SelectItem(nSelectedItem);
}
-// ====================================================================
+
short TableDesignDialog::Execute()
{
@@ -849,14 +849,14 @@ short TableDesignDialog::Execute()
return RET_CANCEL;
}
-// ====================================================================
+
::Window * createTableDesignPanel( ::Window* pParent, ViewShellBase& rBase )
{
return new TableDesignPane( pParent, rBase );
}
-// ====================================================================
+
void showTableDesignDialog( ::Window* pParent, ViewShellBase& rBase )
{
diff --git a/sd/source/ui/table/TableDesignPane.hxx b/sd/source/ui/table/TableDesignPane.hxx
index 9ec8f454c84d..ca5394bf030d 100644
--- a/sd/source/ui/table/TableDesignPane.hxx
+++ b/sd/source/ui/table/TableDesignPane.hxx
@@ -43,7 +43,7 @@ class EventMultiplexerEvent;
class ViewShellBase;
-// --------------------------------------------------------------------
+
#define CB_HEADER_ROW 0
#define CB_TOTAL_ROW 1
@@ -121,7 +121,7 @@ public:
}
};
-// --------------------------------------------------------------------
+
class TableDesignDialog : public ModalDialog
{