summaryrefslogtreecommitdiff
path: root/vcl/win/inc/salsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/inc/salsys.h')
-rw-r--r--vcl/win/inc/salsys.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/win/inc/salsys.h b/vcl/win/inc/salsys.h
index 159a6ce1a2d1..cc9b1ea4d328 100644
--- a/vcl/win/inc/salsys.h
+++ b/vcl/win/inc/salsys.h
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,7 +44,7 @@ class WinSalSystem : public SalSystem
Rectangle m_aArea;
Rectangle m_aWorkArea;
sal_Int32 m_nStateFlags;
-
+
DisplayMonitor() : m_nStateFlags( 0 ) {}
DisplayMonitor( const rtl::OUString& rName,
const rtl::OUString& rDevName,
@@ -83,7 +83,7 @@ public:
void clearMonitors();
const std::vector<DisplayMonitor>& getMonitors()
{ initMonitors(); return m_aMonitors;}
-
+
BOOL handleMonitorCallback( sal_IntPtr /*HMONITOR*/,
sal_IntPtr /*HDC*/,
sal_IntPtr /*LPRECT*/ );