summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw/SidebarWinAcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/docvw/SidebarWinAcc.cxx')
-rw-r--r--sw/source/ui/docvw/SidebarWinAcc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/SidebarWinAcc.cxx b/sw/source/ui/docvw/SidebarWinAcc.cxx
index 283de1c22185..d977dadcfb93 100644
--- a/sw/source/ui/docvw/SidebarWinAcc.cxx
+++ b/sw/source/ui/docvw/SidebarWinAcc.cxx
@@ -33,7 +33,7 @@ class SidebarWinAccessibleContext : public VCLXAccessibleComponent
{
public:
explicit SidebarWinAccessibleContext( SwSidebarWin& rSidebarWin,
- ViewShell& rViewShell,
+ SwViewShell& rViewShell,
const SwFrm* pAnchorFrm )
: VCLXAccessibleComponent( rSidebarWin.GetWindowPeer() )
, mrViewShell( rViewShell )
@@ -86,7 +86,7 @@ class SidebarWinAccessibleContext : public VCLXAccessibleComponent
}
private:
- ViewShell& mrViewShell;
+ SwViewShell& mrViewShell;
const SwFrm* mpAnchorFrm;
::osl::Mutex maMutex;
@@ -94,7 +94,7 @@ class SidebarWinAccessibleContext : public VCLXAccessibleComponent
// implementaion of accessible for <SwSidebarWin> instance
SidebarWinAccessible::SidebarWinAccessible( SwSidebarWin& rSidebarWin,
- ViewShell& rViewShell,
+ SwViewShell& rViewShell,
const SwSidebarItem& rSidebarItem )
: VCLXWindow()
, mrSidebarWin( rSidebarWin )