summaryrefslogtreecommitdiff
path: root/include/vcl/toolkit/unowrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/toolkit/unowrap.hxx')
-rw-r--r--include/vcl/toolkit/unowrap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/toolkit/unowrap.hxx b/include/vcl/toolkit/unowrap.hxx
index edaeb9dc9128..359810652e05 100644
--- a/include/vcl/toolkit/unowrap.hxx
+++ b/include/vcl/toolkit/unowrap.hxx
@@ -37,7 +37,7 @@ namespace com::sun::star::awt {
class XPopupMenu;
class XToolkit;
class XWindow;
- class XWindowPeer;
+ class XVclWindowPeer;
}
namespace com::sun::star::accessibility {
class XAccessible;
@@ -56,8 +56,8 @@ public:
virtual void ReleaseAllGraphics( OutputDevice* pOutDev ) = 0;
// Window
- virtual css::uno::Reference<css::awt::XWindowPeer> GetWindowInterface( vcl::Window* pWindow ) = 0;
- virtual void SetWindowInterface( vcl::Window* pWindow, const css::uno::Reference< css::awt::XWindowPeer > & xIFace ) = 0;
+ virtual css::uno::Reference<css::awt::XVclWindowPeer> GetWindowInterface( vcl::Window* pWindow ) = 0;
+ virtual void SetWindowInterface( vcl::Window* pWindow, const css::uno::Reference< css::awt::XVclWindowPeer > & xIFace ) = 0;
virtual VclPtr<vcl::Window> GetWindow(const css::uno::Reference<css::awt::XWindow>& rxWindow) = 0;
// PopupMenu