summaryrefslogtreecommitdiff
path: root/include/vcl/settings.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/vcl/settings.hxx
parentdff29fadfe418421f2af9fd4f1dccc8a9b4cd545 (diff)
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/vcl/settings.hxx')
-rw-r--r--include/vcl/settings.hxx14
1 files changed, 4 insertions, 10 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index 588a1b9c9e75..ad47eef542c9 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -47,9 +47,7 @@ namespace vcl {
class IconThemeInfo;
}
-// -----------------
// - MouseSettings -
-// -----------------
#define MOUSE_OPTION_AUTOFOCUS ((sal_uLong)0x00000001)
#define MOUSE_OPTION_AUTOCENTERPOS ((sal_uLong)0x00000002)
@@ -157,9 +155,9 @@ struct FrameStyle
#define DEFAULT_WORKSPACE_GRADIENT_START_COLOR Color( 0xa3, 0xae, 0xb8 )
#define DEFAULT_WORKSPACE_GRADIENT_END_COLOR Color( 0x73, 0x7e, 0x88 )
-// -----------------
+
// - StyleSettings -
-// -----------------
+
#define STYLE_OPTION_MONO ((sal_uLong)0x00000001)
#define STYLE_OPTION_COLOR ((sal_uLong)0x00000002)
@@ -565,9 +563,9 @@ public:
bool operator !=( const StyleSettings& rSet ) const;
};
-// ----------------
+
// - MiscSettings -
-// ----------------
+
class VCL_DLLPUBLIC MiscSettings
{
@@ -593,9 +591,7 @@ public:
};
-// ----------------
// - HelpSettings -
-// ----------------
class VCL_DLLPUBLIC HelpSettings
{
@@ -616,9 +612,7 @@ public:
};
-// ---------------
// - AllSettings -
-// ---------------
const int SETTINGS_MOUSE = 0x00000001;
const int SETTINGS_STYLE = 0x00000002;