summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-05 11:19:30 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-05 11:19:30 +0000
commit89cfa3efbf8a473d1fefd9c0f26ef4f97198d620 (patch)
tree0f3ae7a64664b93aa46765456164f760cb02018b /svx/source/dialog
parent8a27e48fa711fe7d45670d3ed622b894b2432c2f (diff)
INTEGRATION: CWS dba20 (1.3.204); FILE MERGED
2004/11/12 07:38:11 oj 1.3.204.1: #i27759# enable tabstop
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/optpath.hxx24
1 files changed, 7 insertions, 17 deletions
diff --git a/svx/source/dialog/optpath.hxx b/svx/source/dialog/optpath.hxx
index 17a6f5b3db84..e69f882387e9 100644
--- a/svx/source/dialog/optpath.hxx
+++ b/svx/source/dialog/optpath.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optpath.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 16:40:51 $
+ * last change: $Author: obo $ $Date: 2005-01-05 12:19:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,6 +80,10 @@
#else
class HeaderBar;
#endif
+#ifndef SVX_CONTROLL_FUCUS_HELPER_HXX
+#include "ControlFocusHelper.hxx"
+#endif
+
// forward ---------------------------------------------------------------
@@ -94,21 +98,7 @@ struct OptPath_Impl;
#define SfxPathTabPage SvxPathTabPage
-// class SvxPathControl_Impl ---------------------------------------------
-
-class SvxPathControl_Impl : public Control
-{
-private:
- Control* m_pFocusCtrl;
-public:
- SvxPathControl_Impl( Window* pParent, const ResId& rId ) :
- Control( pParent, rId ), m_pFocusCtrl( NULL ) {}
-
- void SetFocusControl( Control* pCtrl ) { m_pFocusCtrl = pCtrl; }
-
- virtual long Notify( NotifyEvent& rNEvt );
-};
// class SvxPathTabPage --------------------------------------------------
@@ -117,7 +107,7 @@ class SvxPathTabPage : public SfxTabPage
private:
FixedText aTypeText;
FixedText aPathText;
- SvxPathControl_Impl aPathCtrl;
+ SvxControlFocusHelper aPathCtrl;
PushButton aStandardBtn;
PushButton aPathBtn;
FixedLine aStdBox;