Kaydet (Commit) 89cfa3ef authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS dba20 (1.3.204); FILE MERGED

2004/11/12 07:38:11 oj 1.3.204.1: #i27759# enable tabstop
üst 8a27e48f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: optpath.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -80,6 +80,10 @@ ...@@ -80,6 +80,10 @@
#else #else
class HeaderBar; class HeaderBar;
#endif #endif
#ifndef SVX_CONTROLL_FUCUS_HELPER_HXX
#include "ControlFocusHelper.hxx"
#endif
// forward --------------------------------------------------------------- // forward ---------------------------------------------------------------
...@@ -94,21 +98,7 @@ struct OptPath_Impl; ...@@ -94,21 +98,7 @@ struct OptPath_Impl;
#define SfxPathTabPage SvxPathTabPage #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 -------------------------------------------------- // class SvxPathTabPage --------------------------------------------------
...@@ -117,7 +107,7 @@ class SvxPathTabPage : public SfxTabPage ...@@ -117,7 +107,7 @@ class SvxPathTabPage : public SfxTabPage
private: private:
FixedText aTypeText; FixedText aTypeText;
FixedText aPathText; FixedText aPathText;
SvxPathControl_Impl aPathCtrl; SvxControlFocusHelper aPathCtrl;
PushButton aStandardBtn; PushButton aStandardBtn;
PushButton aPathBtn; PushButton aPathBtn;
FixedLine aStdBox; FixedLine aStdBox;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment