summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/SidebarTxtControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/docvw/SidebarTxtControl.hxx')
-rw-r--r--sw/source/uibase/docvw/SidebarTxtControl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/docvw/SidebarTxtControl.hxx b/sw/source/uibase/docvw/SidebarTxtControl.hxx
index a8e873e2736b..1a6d6677cd43 100644
--- a/sw/source/uibase/docvw/SidebarTxtControl.hxx
+++ b/sw/source/uibase/docvw/SidebarTxtControl.hxx
@@ -31,7 +31,7 @@ namespace sw { namespace sidebarwindows {
class SwSidebarWin;
-class SidebarTxtControl : public Control
+class SidebarTextControl : public Control
{
private:
SwSidebarWin& mrSidebarWin;
@@ -53,11 +53,11 @@ class SidebarTxtControl : public Control
DECL_LINK( Select, Menu* );
public:
- SidebarTxtControl( SwSidebarWin& rSidebarWin,
+ SidebarTextControl( SwSidebarWin& rSidebarWin,
WinBits nBits,
SwView& rDocView,
SwPostItMgr& rPostItMgr );
- virtual ~SidebarTxtControl();
+ virtual ~SidebarTextControl();
virtual void dispose() SAL_OVERRIDE;
virtual void GetFocus() SAL_OVERRIDE;