summaryrefslogtreecommitdiff
path: root/cui/source/inc/ControlFocusHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/ControlFocusHelper.hxx')
-rw-r--r--cui/source/inc/ControlFocusHelper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/inc/ControlFocusHelper.hxx b/cui/source/inc/ControlFocusHelper.hxx
index 882a80318b8a..70789226a9b1 100644
--- a/cui/source/inc/ControlFocusHelper.hxx
+++ b/cui/source/inc/ControlFocusHelper.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,17 +35,17 @@
class SvxControlFocusHelper : public Control
{
private:
- Control* m_pFocusCtrl;
+ Control* m_pFocusCtrl;
public:
SvxControlFocusHelper( Window* pParent, const ResId& rId ) :
Control( pParent, rId ), m_pFocusCtrl( NULL ) {}
- void SetFocusControl( Control* pCtrl ) { m_pFocusCtrl = pCtrl; }
+ void SetFocusControl( Control* pCtrl ) { m_pFocusCtrl = pCtrl; }
- virtual long Notify( NotifyEvent& rNEvt );
+ virtual long Notify( NotifyEvent& rNEvt );
};
-#endif // SVX_CONTROLL_FUCUS_HELPER_HXX
+#endif // SVX_CONTROLL_FUCUS_HELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */