summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
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/inc
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/inc')
-rw-r--r--sd/source/ui/inc/DrawDocShell.hxx4
-rw-r--r--sd/source/ui/inc/View.hxx4
-rw-r--r--sd/source/ui/inc/ViewTabBar.hxx2
-rw-r--r--sd/source/ui/inc/animobjs.hxx8
-rw-r--r--sd/source/ui/inc/annotationmanager.hxx2
-rw-r--r--sd/source/ui/inc/custsdlg.hxx4
-rw-r--r--sd/source/ui/inc/diactrl.hxx6
-rw-r--r--sd/source/ui/inc/ins_paste.hxx4
-rw-r--r--sd/source/ui/inc/inspagob.hxx2
-rw-r--r--sd/source/ui/inc/navigatr.hxx4
-rw-r--r--sd/source/ui/inc/pubdlg.hrc14
-rw-r--r--sd/source/ui/inc/sdxfer.hxx4
-rw-r--r--sd/source/ui/inc/taskpane/PanelId.hxx14
-rw-r--r--sd/source/ui/inc/tpaction.hxx2
-rw-r--r--sd/source/ui/inc/undoback.hxx4
15 files changed, 33 insertions, 45 deletions
diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx
index d4e46fc0aced..c899ea24a5dd 100644
--- a/sd/source/ui/inc/DrawDocShell.hxx
+++ b/sd/source/ui/inc/DrawDocShell.hxx
@@ -44,10 +44,8 @@ namespace sd {
class FrameView;
class ViewShell;
-// ------------------
-// - DrawDocShell -
-// ------------------
+// DrawDocShell
class SD_DLLPUBLIC DrawDocShell : public SfxObjectShell
{
public:
diff --git a/sd/source/ui/inc/View.hxx b/sd/source/ui/inc/View.hxx
index 239b8fa4c70a..d8ce41627f3f 100644
--- a/sd/source/ui/inc/View.hxx
+++ b/sd/source/ui/inc/View.hxx
@@ -55,10 +55,8 @@ class ViewShell;
class Window;
class ViewClipboard;
-// -------------------
-// - SdViewRedrawRec -
-// -------------------
+// SdViewRedrawRec
struct SdViewRedrawRec
{
OutputDevice* mpOut;
diff --git a/sd/source/ui/inc/ViewTabBar.hxx b/sd/source/ui/inc/ViewTabBar.hxx
index 7bbf8a6360a9..5dbbbc77a5e9 100644
--- a/sd/source/ui/inc/ViewTabBar.hxx
+++ b/sd/source/ui/inc/ViewTabBar.hxx
@@ -132,7 +132,7 @@ public:
virtual sal_Int64 SAL_CALL getSomething (const com::sun::star::uno::Sequence<sal_Int8>& rId)
throw (com::sun::star::uno::RuntimeException);
- // ------------------------------------------------------------------------
+
/** The returned value is calculated as the difference between the
total height of the control and the heigh of its first tab page.
diff --git a/sd/source/ui/inc/animobjs.hxx b/sd/source/ui/inc/animobjs.hxx
index fc156511a50d..c740269478d3 100644
--- a/sd/source/ui/inc/animobjs.hxx
+++ b/sd/source/ui/inc/animobjs.hxx
@@ -45,7 +45,7 @@ namespace sd {
class AnimationControllerItem;
class View;
-//------------------------------------------------------------------------
+
enum BitmapAdjustment
{
@@ -60,7 +60,7 @@ enum BitmapAdjustment
BA_RIGHT_DOWN
};
-//------------------------------------------------------------------------
+
class SdDisplay : public Control
{
@@ -80,7 +80,7 @@ public:
virtual void DataChanged( const DataChangedEvent& rDCEvt );
};
-//------------------------------------------------------------------------
+
class AnimationWindow : public SfxDockingWindow
{
@@ -147,7 +147,7 @@ private:
AnimationControllerItem* pControllerItem;
ScopeLock maPlayLock;
- //------------------------------------
+
DECL_LINK( ClickFirstHdl, void * );
DECL_LINK( ClickStopHdl, void * );
diff --git a/sd/source/ui/inc/annotationmanager.hxx b/sd/source/ui/inc/annotationmanager.hxx
index a5f5d00fe432..4527b146f4aa 100644
--- a/sd/source/ui/inc/annotationmanager.hxx
+++ b/sd/source/ui/inc/annotationmanager.hxx
@@ -30,7 +30,7 @@ namespace sd
class ViewShellBase;
class AnnotationManagerImpl;
-// --------------------------------------------------------------------
+
class AnnotationManager
{
diff --git a/sd/source/ui/inc/custsdlg.hxx b/sd/source/ui/inc/custsdlg.hxx
index de1a1917f188..4f70008ead40 100644
--- a/sd/source/ui/inc/custsdlg.hxx
+++ b/sd/source/ui/inc/custsdlg.hxx
@@ -32,7 +32,7 @@ class SdDrawDocument;
class SdCustomShow;
class SdCustomShowList;
-//------------------------------------------------------------------------
+
class SdCustomShowDlg : public ModalDialog
{
@@ -66,7 +66,7 @@ public:
};
-//------------------------------------------------------------------------
+
class SdDefineCustomShowDlg : public ModalDialog
{
diff --git a/sd/source/ui/inc/diactrl.hxx b/sd/source/ui/inc/diactrl.hxx
index 35ae462b1134..1a7734785b57 100644
--- a/sd/source/ui/inc/diactrl.hxx
+++ b/sd/source/ui/inc/diactrl.hxx
@@ -30,7 +30,7 @@
#include <sfx2/tbxctrl.hxx>
#include <com/sun/star/frame/XFrame.hpp>
-//========================================================================
+
// SdPagesField:
class SdPagesField : public SvxMetricField
@@ -49,9 +49,9 @@ public:
void UpdatePagesField( const SfxUInt16Item* pItem );
};
-//========================================================================
+
// SdTbxCtlDiaPages:
-//========================================================================
+
class SdTbxCtlDiaPages : public SfxToolBoxControl
{
diff --git a/sd/source/ui/inc/ins_paste.hxx b/sd/source/ui/inc/ins_paste.hxx
index bfbc62d2491d..adc8e0efb9e4 100644
--- a/sd/source/ui/inc/ins_paste.hxx
+++ b/sd/source/ui/inc/ins_paste.hxx
@@ -27,10 +27,8 @@
#include <vcl/dialog.hxx>
#include "sdresid.hxx"
-// --------------------
-// - SdInsertPasteDlg -
-// --------------------
+// SdInsertPasteDlg
class SD_DLLPUBLIC SdInsertPasteDlg : public ModalDialog
{
private:
diff --git a/sd/source/ui/inc/inspagob.hxx b/sd/source/ui/inc/inspagob.hxx
index ae2f68aa770e..70b6a89c6981 100644
--- a/sd/source/ui/inc/inspagob.hxx
+++ b/sd/source/ui/inc/inspagob.hxx
@@ -26,7 +26,7 @@
class SdDrawDocument;
-//------------------------------------------------------------------------
+
class SdInsertPagesObjsDlg : public ModalDialog
{
diff --git a/sd/source/ui/inc/navigatr.hxx b/sd/source/ui/inc/navigatr.hxx
index 2a9b910e69cd..582cf3cf1fe5 100644
--- a/sd/source/ui/inc/navigatr.hxx
+++ b/sd/source/ui/inc/navigatr.hxx
@@ -55,7 +55,7 @@ class Menu;
class SdNavigatorControllerItem;
class SdPageNameControllerItem;
-//------------------------------------------------------------------------
+
class NavDocInfo
{
@@ -75,7 +75,7 @@ private:
::sd::DrawDocShell* mpDocShell;
};
-//------------------------------------------------------------------------
+
class SdNavigatorWin
: public Window
diff --git a/sd/source/ui/inc/pubdlg.hrc b/sd/source/ui/inc/pubdlg.hrc
index 77d84a892af8..1648902e8ced 100644
--- a/sd/source/ui/inc/pubdlg.hrc
+++ b/sd/source/ui/inc/pubdlg.hrc
@@ -25,7 +25,7 @@
#define PAGE1_DEL_DESIGN 6
#define PAGE1_DESC 7
-//////////////////////////////
+
#define PAGE2_TITEL 21
#define PAGE2_STANDARD 22
@@ -60,7 +60,7 @@
#define PAGE2_CGI 48
#define PAGE2_VERT 49
-//////////////////////////////
+
#define PAGE3_TITEL_1 51
#define PAGE3_PNG 51
@@ -77,7 +77,7 @@
#define PAGE3_VERT 62
#define PAGE3_HIDDEN_SLIDES 63
-//////////////////////////////
+
#define PAGE4_TITEL_1 66
#define PAGE4_AUTHOR_TXT 67
@@ -91,13 +91,13 @@
#define PAGE4_DOWNLOAD 75
#define PAGE4_CREATED 76
-//////////////////////////////
+
#define PAGE5_TITEL 81
#define PAGE5_TEXTONLY 82
#define PAGE5_BUTTONS 83
-//////////////////////////////
+
#define PAGE6_TITEL 101
#define PAGE6_DEFAULT 102
@@ -110,7 +110,7 @@
#define PAGE6_DOCCOLORS 109
#define PAGE6_PREVIEW 111
-//////////////////////////////
+
#define BUT_LAST 200
#define BUT_NEXT 201
@@ -119,7 +119,7 @@
#define BUT_HELP 204
#define BOTTOM_LINE 205
-//////////////////////////////
+
#define DLG_PUBLISHING 739
diff --git a/sd/source/ui/inc/sdxfer.hxx b/sd/source/ui/inc/sdxfer.hxx
index 40c624e1c8f9..a36bf44dbce9 100644
--- a/sd/source/ui/inc/sdxfer.hxx
+++ b/sd/source/ui/inc/sdxfer.hxx
@@ -25,10 +25,8 @@
#include <sfx2/objsh.hxx>
#include <svl/lstner.hxx>
-// ------------------
-// - SdTransferable -
-// ------------------
+// SdTransferable
class SdDrawDocument;
class SdrObject;
class INetBookmark;
diff --git a/sd/source/ui/inc/taskpane/PanelId.hxx b/sd/source/ui/inc/taskpane/PanelId.hxx
index 6cb23e42c9e4..75401647ea19 100644
--- a/sd/source/ui/inc/taskpane/PanelId.hxx
+++ b/sd/source/ui/inc/taskpane/PanelId.hxx
@@ -21,15 +21,14 @@
#define INCLUDED_SD_SOURCE_UI_INC_TASKPANE_PANELID_HXX
-//......................................................................................................................
+
namespace sd { namespace toolpanel
{
-//......................................................................................................................
- //==================================================================================================================
- //= PanelId
- //==================================================================================================================
- /** List of top level panels that can be shown in the task pane.
+
+
+ /** PanelId
+ List of top level panels that can be shown in the task pane.
*/
enum PanelId
{
@@ -44,9 +43,8 @@ namespace sd { namespace toolpanel
PanelId GetStandardPanelId( const OUString& i_rTaskPanelResourceURL );
-//......................................................................................................................
+
} } // namespace sd::toolpanel
-//......................................................................................................................
#endif // INCLUDED_SD_SOURCE_UI_INC_TASKPANE_PANELID_HXX
diff --git a/sd/source/ui/inc/tpaction.hxx b/sd/source/ui/inc/tpaction.hxx
index 17675fd3f7a4..5f1e436e3848 100644
--- a/sd/source/ui/inc/tpaction.hxx
+++ b/sd/source/ui/inc/tpaction.hxx
@@ -80,7 +80,7 @@ private:
OUString aLastFile;
::std::vector< long > aVerbVector;
- //------------------------------------
+
DECL_LINK( ClickSearchHdl, void * );
DECL_LINK( ClickActionHdl, void * );
diff --git a/sd/source/ui/inc/undoback.hxx b/sd/source/ui/inc/undoback.hxx
index edcae533081d..65b8471cd10f 100644
--- a/sd/source/ui/inc/undoback.hxx
+++ b/sd/source/ui/inc/undoback.hxx
@@ -26,10 +26,8 @@ class SdDrawDocument;
class SdPage;
class SfxItemSet;
-// -----------------------------
-// - SdBackgroundObjUndoAction -
-// -----------------------------
+// SdBackgroundObjUndoAction
class SdBackgroundObjUndoAction : public SdUndoAction
{
private: