summaryrefslogtreecommitdiff
path: root/include/svx/fmpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmpage.hxx')
-rw-r--r--include/svx/fmpage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmpage.hxx b/include/svx/fmpage.hxx
index 7331b1de0eea..e381a64bada7 100644
--- a/include/svx/fmpage.hxx
+++ b/include/svx/fmpage.hxx
@@ -70,7 +70,7 @@ public:
const OUString& GetName() const { return m_sPageName; }
void SetName( const OUString& rName ) { m_sPageName = rName; }
bool RequestHelp(
- Window* pWin,
+ vcl::Window* pWin,
SdrView* pView,
const HelpEvent& rEvt );
};