summaryrefslogtreecommitdiff
path: root/filter/source/pdf/impdialog.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-23 11:20:40 +0200
committerNoel Grandin <noel@peralex.com>2014-09-23 14:11:39 +0300
commit827c46e7d75000cb03b0ce21759f9d0825f0c096 (patch)
tree3a84ccc45d54607c61328b18f58f914c1d6ec240 /filter/source/pdf/impdialog.hxx
parent7cbbefae224ab85343accb42b03f9431ec693a83 (diff)
fdo#82577: Handle Window
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
Diffstat (limited to 'filter/source/pdf/impdialog.hxx')
-rw-r--r--filter/source/pdf/impdialog.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/filter/source/pdf/impdialog.hxx b/filter/source/pdf/impdialog.hxx
index 9dbd624fb28f..244d4b904552 100644
--- a/filter/source/pdf/impdialog.hxx
+++ b/filter/source/pdf/impdialog.hxx
@@ -165,7 +165,7 @@ public:
friend class ImpPDFTabLinksPage;
friend class ImpPDFTabSigningPage;
- ImpPDFTabDialog( Window* pParent,
+ ImpPDFTabDialog( vcl::Window* pParent,
Sequence< PropertyValue >& rFilterData,
const Reference< XComponent >& rDoc
);
@@ -238,11 +238,11 @@ class ImpPDFTabGeneralPage : public SfxTabPage
public:
DECL_LINK( ToggleExportPDFAHdl, void* );
- ImpPDFTabGeneralPage( Window* pParent,
+ ImpPDFTabGeneralPage( vcl::Window* pParent,
const SfxItemSet& rSet );
virtual ~ImpPDFTabGeneralPage();
- static SfxTabPage* Create( Window* pParent,
+ static SfxTabPage* Create( vcl::Window* pParent,
const SfxItemSet* rAttrSet);
void GetFilterConfigItem(ImpPDFTabDialog* paParent);
@@ -277,11 +277,11 @@ class ImpPDFTabOpnFtrPage : public SfxTabPage
DECL_LINK( ToggleRbMagnHdl, void* );
public:
- ImpPDFTabOpnFtrPage( Window* pParent,
+ ImpPDFTabOpnFtrPage( vcl::Window* pParent,
const SfxItemSet& rSet );
virtual ~ImpPDFTabOpnFtrPage();
- static SfxTabPage* Create( Window* pParent,
+ static SfxTabPage* Create( vcl::Window* pParent,
const SfxItemSet* rAttrSet );
void GetFilterConfigItem( ImpPDFTabDialog* paParent);
@@ -310,11 +310,11 @@ class ImpPDFTabViewerPage : public SfxTabPage
DECL_LINK( ToggleRbBookmarksHdl, void* );
public:
- ImpPDFTabViewerPage( Window* pParent,
+ ImpPDFTabViewerPage( vcl::Window* pParent,
const SfxItemSet& rSet );
virtual ~ImpPDFTabViewerPage();
- static SfxTabPage* Create( Window* pParent,
+ static SfxTabPage* Create( vcl::Window* pParent,
const SfxItemSet* rAttrSet );
void GetFilterConfigItem( ImpPDFTabDialog* paParent);
@@ -365,11 +365,11 @@ class ImpPDFTabSecurityPage : public SfxTabPage
void enablePermissionControls();
public:
- ImpPDFTabSecurityPage( Window* pParent,
+ ImpPDFTabSecurityPage( vcl::Window* pParent,
const SfxItemSet& rSet );
virtual ~ImpPDFTabSecurityPage();
- static SfxTabPage* Create( Window* pParent,
+ static SfxTabPage* Create( vcl::Window* pParent,
const SfxItemSet* rAttrSet );
void GetFilterConfigItem( ImpPDFTabDialog* paParent);
@@ -396,11 +396,11 @@ class ImpPDFTabLinksPage : public SfxTabPage
DECL_LINK( ClickRbOpnLnksBrowserHdl, void* );
public:
- ImpPDFTabLinksPage( Window* pParent,
+ ImpPDFTabLinksPage( vcl::Window* pParent,
const SfxItemSet& rSet );
virtual ~ImpPDFTabLinksPage();
- static SfxTabPage* Create( Window* pParent,
+ static SfxTabPage* Create( vcl::Window* pParent,
const SfxItemSet* rAttrSet );
void GetFilterConfigItem( ImpPDFTabDialog* paParent);
@@ -425,11 +425,11 @@ class ImpPDFTabSigningPage : public SfxTabPage
DECL_LINK( ClickmaPbSignCertClear, void* );
public:
- ImpPDFTabSigningPage( Window* pParent,
+ ImpPDFTabSigningPage( vcl::Window* pParent,
const SfxItemSet& rSet );
virtual ~ImpPDFTabSigningPage();
- static SfxTabPage* Create( Window* pParent,
+ static SfxTabPage* Create( vcl::Window* pParent,
const SfxItemSet* rAttrSet );
void GetFilterConfigItem( ImpPDFTabDialog* paParent);