summaryrefslogtreecommitdiffstats
path: root/include/svx/grafctrl.hxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:06:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-01 09:51:32 -0600
commit8792ec7b2129650777b7b4bfacaa7c13d923279b (patch)
treef181e37b61533b460397cc68625fd21f46bb6393 /include/svx/grafctrl.hxx
parentimport date cells from OOXML (diff)
downloadcore-8792ec7b2129650777b7b4bfacaa7c13d923279b.tar.gz
core-8792ec7b2129650777b7b4bfacaa7c13d923279b.zip
Remove visual noise from include
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/grafctrl.hxx')
-rw-r--r--include/svx/grafctrl.hxx48
1 files changed, 24 insertions, 24 deletions
diff --git a/include/svx/grafctrl.hxx b/include/svx/grafctrl.hxx
index f8c118637166..fa86b2787141 100644
--- a/include/svx/grafctrl.hxx
+++ b/include/svx/grafctrl.hxx
@@ -25,9 +25,9 @@
#include <sfx2/tbxctrl.hxx>
#include <svx/svxdllapi.h>
-// ----------------
+
// - TbxImageItem -
-// ----------------
+
class SVX_DLLPUBLIC TbxImageItem : public SfxUInt16Item
{
@@ -39,9 +39,9 @@ public:
virtual bool operator==( const SfxPoolItem& ) const;
};
-// -------------------------------
+
// - SvxGrafFilterToolBoxControl -
-// -------------------------------
+
class SVX_DLLPUBLIC SvxGrafFilterToolBoxControl : public SfxToolBoxControl
{
@@ -57,9 +57,9 @@ public:
virtual SfxPopupWindow* CreatePopupWindow();
};
-// -------------------------
+
// - SvxGrafToolBoxControl -
-// -------------------------
+
class SvxGrafToolBoxControl : public SfxToolBoxControl
{
@@ -71,9 +71,9 @@ public:
virtual Window* CreateItemWindow( Window *pParent );
};
-// ----------------------------
+
// - SvxGrafRedToolBoxControl -
-// ----------------------------
+
class SVX_DLLPUBLIC SvxGrafRedToolBoxControl : public SvxGrafToolBoxControl
{
@@ -82,9 +82,9 @@ public:
SvxGrafRedToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
};
-// ------------------------------
+
// - SvxGrafGreenToolBoxControl -
-// ------------------------------
+
class SVX_DLLPUBLIC SvxGrafGreenToolBoxControl : public SvxGrafToolBoxControl
{
@@ -93,9 +93,9 @@ public:
SvxGrafGreenToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
};
-// -----------------------------
+
// - SvxGrafBlueToolBoxControl -
-// -----------------------------
+
class SVX_DLLPUBLIC SvxGrafBlueToolBoxControl : public SvxGrafToolBoxControl
{
@@ -104,9 +104,9 @@ public:
SvxGrafBlueToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
};
-// ----------------------------------
+
// - SvxGrafLuminanceToolBoxControl -
-// ----------------------------------
+
class SVX_DLLPUBLIC SvxGrafLuminanceToolBoxControl : public SvxGrafToolBoxControl
{
@@ -115,9 +115,9 @@ public:
SvxGrafLuminanceToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
};
-// ---------------------------------
+
// - SvxGrafContrastToolBoxControl -
-// ---------------------------------
+
class SVX_DLLPUBLIC SvxGrafContrastToolBoxControl : public SvxGrafToolBoxControl
{
@@ -126,9 +126,9 @@ public:
SvxGrafContrastToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
};
-// ------------------------------
+
// - SvxGrafGammaToolBoxControl -
-// ------------------------------
+
class SVX_DLLPUBLIC SvxGrafGammaToolBoxControl : public SvxGrafToolBoxControl
{
@@ -137,9 +137,9 @@ public:
SvxGrafGammaToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
};
-// -------------------------------------
+
// - SvxGrafTransparenceToolBoxControl -
-// -------------------------------------
+
class SVX_DLLPUBLIC SvxGrafTransparenceToolBoxControl : public SvxGrafToolBoxControl
{
@@ -148,9 +148,9 @@ public:
SvxGrafTransparenceToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
};
-// -----------------------------
+
// - SvxGrafModeToolBoxControl -
-// -----------------------------
+
class SVX_DLLPUBLIC SvxGrafModeToolBoxControl : public SfxToolBoxControl, public SfxListener
{
@@ -163,9 +163,9 @@ public:
virtual Window* CreateItemWindow( Window *pParent );
};
-// ---------------------
+
// - SvxGrafAttrHelper -
-// ---------------------
+
class SdrView;
class SfxRequest;