summaryrefslogtreecommitdiff
path: root/vcl/inc/win
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 22:51:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 04:56:16 -0600
commitd9f0af83b7f0abe7119eefca62cbbca7eff818ef (patch)
tree19b6ed4d3b1dd538bb46205880505e59f8bb8002 /vcl/inc/win
parent0fb3bdc5d3aa47a61affc67b20bdbb775808fb66 (diff)
Remove visual noise from vcl
Conflicts: vcl/source/app/settings.cxx vcl/source/window/dockmgr.cxx vcl/source/window/dockwin.cxx vcl/source/window/floatwin.cxx vcl/source/window/toolbox2.cxx Change-Id: Ie67681549a76e77064b09d4b5bf80fe4c6010341 Reviewed-on: https://gerrit.libreoffice.org/8339 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/win')
-rw-r--r--vcl/inc/win/salbmp.h6
-rw-r--r--vcl/inc/win/salframe.h4
-rw-r--r--vcl/inc/win/salobj.h4
-rw-r--r--vcl/inc/win/salprn.h12
-rw-r--r--vcl/inc/win/salvd.h4
-rw-r--r--vcl/inc/win/wincomp.hxx20
6 files changed, 25 insertions, 25 deletions
diff --git a/vcl/inc/win/salbmp.h b/vcl/inc/win/salbmp.h
index 258d9a5f896a..c045e90a56f0 100644
--- a/vcl/inc/win/salbmp.h
+++ b/vcl/inc/win/salbmp.h
@@ -25,9 +25,9 @@
#include <salbmp.hxx>
#include <boost/shared_ptr.hpp>
-// --------------
+
// - SalBitmap -
-// --------------
+
struct BitmapBuffer;
class BitmapColor;
@@ -48,7 +48,7 @@ private:
// the buffered evtl. used Gdiplus::Bitmap instance. It is managed by
// GdiPlusBuffer. To make this safe, it is only handed out as shared
// pointer; the GdiPlusBuffer may delete the local instance.
- //
+
// mpAssociatedAlpha holds the last WinSalBitmap used to construct an
// evtl. buffered GdiPlusBmp. This is needed since the GdiPlusBmp is a single
// instance and remembered only on the content-WinSalBitmap, not on the
diff --git a/vcl/inc/win/salframe.h b/vcl/inc/win/salframe.h
index cddd366de440..cc8fd16d5126 100644
--- a/vcl/inc/win/salframe.h
+++ b/vcl/inc/win/salframe.h
@@ -25,9 +25,9 @@
class WinSalGraphics;
-// ----------------
+
// - WinSalFrame -
-// ----------------
+
class WinSalFrame : public SalFrame
{
diff --git a/vcl/inc/win/salobj.h b/vcl/inc/win/salobj.h
index 844f052989bf..5face14e3f16 100644
--- a/vcl/inc/win/salobj.h
+++ b/vcl/inc/win/salobj.h
@@ -22,9 +22,9 @@
#include <salobj.hxx>
-// -----------------
+
// - SalObjectData -
-// -----------------
+
class WinSalObject : public SalObject
{
diff --git a/vcl/inc/win/salprn.h b/vcl/inc/win/salprn.h
index 9a807c999c51..c65f7f5c84a3 100644
--- a/vcl/inc/win/salprn.h
+++ b/vcl/inc/win/salprn.h
@@ -22,9 +22,9 @@
#include <salprn.hxx>
-// -----------------
+
// - SalDriverData -
-// -----------------
+
// WNT3
#define SAL_DRIVERDATA_SYSSIGN ((sal_uIntPtr)0x574E5433)
@@ -40,9 +40,9 @@ struct SalDriverData
#pragma pack()
-// ---------------------
+
// - WinSalInfoPrinter -
-// ---------------------
+
class WinSalGraphics;
@@ -75,9 +75,9 @@ public:
virtual int GetLandscapeAngle( const ImplJobSetup* pSetupData );
};
-// -----------------
+
// - WinSalPrinter -
-// -----------------
+
class WinSalPrinter : public SalPrinter
{
diff --git a/vcl/inc/win/salvd.h b/vcl/inc/win/salvd.h
index 498a71fce59d..b9d3f68d7cc5 100644
--- a/vcl/inc/win/salvd.h
+++ b/vcl/inc/win/salvd.h
@@ -24,9 +24,9 @@
class WinSalGraphics;
-// -----------------
+
// - SalVirDevData -
-// -----------------
+
class WinSalVirtualDevice : public SalVirtualDevice
{
diff --git a/vcl/inc/win/wincomp.hxx b/vcl/inc/win/wincomp.hxx
index c14ecf1f9224..07e01fad3eef 100644
--- a/vcl/inc/win/wincomp.hxx
+++ b/vcl/inc/win/wincomp.hxx
@@ -22,9 +22,9 @@
#include <string.h>
-// ----------
+
// - Strict -
-// ----------
+
// Anpassungen fuer TypeChecking
@@ -173,9 +173,9 @@ inline HINSTANCE GetWindowInstance( HWND hWnd )
return (HINSTANCE)GetWindowLongPtr( hWnd, GWLP_HINSTANCE );
}
-// ------------------------
+
// - ZMouse Erweiterungen -
-// ------------------------
+
#define MSH_MOUSEWHEEL "MSWHEEL_ROLLMSG"
@@ -204,18 +204,18 @@ inline HINSTANCE GetWindowInstance( HWND hWnd )
#endif
-// -----------------------------
+
// - SystemAgent Erweiterungen -
-// -----------------------------
+
#define ENABLE_AGENT 1
#define DISABLE_AGENT 2
#define GET_AGENT_STATUS 3
typedef int (APIENTRY* SysAgt_Enable_PROC)( int );
-// ---------------------
+
// - 5.0-Erweiterungen -
-// ---------------------
+
#ifndef COLOR_GRADIENTACTIVECAPTION
#define COLOR_GRADIENTACTIVECAPTION 27
@@ -238,10 +238,10 @@ typedef int (APIENTRY* SysAgt_Enable_PROC)( int );
#define CS_DROPSHADOW 0x00020000
#endif
-// -------------------------------------------------------
+
// MT 12/03: From winuser.h, only needed in salframe.cxx
// Better change salframe.cxx to include winuser.h
-// -------------------------------------------------------
+
#define WS_EX_LAYERED 0x00080000