summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/romenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/docvw/romenu.cxx')
-rw-r--r--sw/source/uibase/docvw/romenu.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/romenu.cxx b/sw/source/uibase/docvw/romenu.cxx
index bd9470517eaa..310a5a9054f4 100644
--- a/sw/source/uibase/docvw/romenu.cxx
+++ b/sw/source/uibase/docvw/romenu.cxx
@@ -228,7 +228,7 @@ SwReadOnlyPopup::SwReadOnlyPopup( const Point &rDPos, SwView &rV ) :
RemoveDisabledEntries( true, true );
}
-void SwReadOnlyPopup::Execute( Window* pWin, const Point &rPixPos )
+void SwReadOnlyPopup::Execute( vcl::Window* pWin, const Point &rPixPos )
{
sal_uInt16 nId = PopupMenu::Execute(
pWin,
@@ -237,7 +237,7 @@ void SwReadOnlyPopup::Execute( Window* pWin, const Point &rPixPos )
}
// execute the resulting ID only - necessary to support XContextMenuInterception
-void SwReadOnlyPopup::Execute( Window* pWin, sal_uInt16 nId )
+void SwReadOnlyPopup::Execute( vcl::Window* pWin, sal_uInt16 nId )
{
SwWrtShell &rSh = rView.GetWrtShell();
SfxDispatcher &rDis = *rView.GetViewFrame()->GetDispatcher();