summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/unotools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/unotools.hxx')
-rw-r--r--sw/source/uibase/inc/unotools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/unotools.hxx b/sw/source/uibase/inc/unotools.hxx
index 4164dd6dfe6d..f551e8f2efaa 100644
--- a/sw/source/uibase/inc/unotools.hxx
+++ b/sw/source/uibase/inc/unotools.hxx
@@ -36,11 +36,11 @@
class SwOneExampleFrame;
-class SwFrmCtrlWindow : public VclEventBox
+class SwFrameCtrlWindow : public VclEventBox
{
SwOneExampleFrame* pExampleFrame;
public:
- SwFrmCtrlWindow(vcl::Window* pParent, SwOneExampleFrame* pFrame);
+ SwFrameCtrlWindow(vcl::Window* pParent, SwOneExampleFrame* pFrame);
virtual void Command( const CommandEvent& rCEvt ) override;
virtual Size GetOptimalSize() const override;
@@ -73,7 +73,7 @@ class SW_DLLPUBLIC SwOneExampleFrame
css::uno::Reference< css::frame::XController > _xController;
css::uno::Reference< css::text::XTextCursor > _xCursor;
- VclPtr<SwFrmCtrlWindow> aTopWindow;
+ VclPtr<SwFrameCtrlWindow> aTopWindow;
Idle aLoadedIdle;
Link<SwOneExampleFrame&,void> aInitializedLink;