summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-12 12:03:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-12 16:47:29 +0100
commitdf0c80eef320ceeedacfab27f4da4c4ddbebb4bf (patch)
tree4414a2fe7981aa305c192c5fff09918cdc673a1e /sw/inc
parent9d1eea8f21907a86f23736fd739d1b032e410711 (diff)
we just use the OutputDevice api for SwViewOption::Init
Change-Id: I36a52d0e02d6a2fa900abc579d7d1018fc5381f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112388 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/viewopt.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx
index 006a3f9b3dd3..c1ae8daa452f 100644
--- a/sw/inc/viewopt.hxx
+++ b/sw/inc/viewopt.hxx
@@ -30,7 +30,6 @@
#include "swdllapi.h"
class SwRect;
-namespace vcl { class Window; }
class OutputDevice;
class SwDocShell;
namespace svtools{ class ColorConfig;}
@@ -201,7 +200,7 @@ public:
SwViewOption(const SwViewOption&);
~SwViewOption();
- static void Init( vcl::Window const *pWin ); // Initializing of static data.
+ static void Init(const OutputDevice* pWin); // Initializing of static data.
ViewOptFlags1 GetCoreOptions() const {return m_nCoreOptions;}
inline void SetUIOptions( const SwViewOption& );