Kaydet (Commit) e31d034f authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS tbe3 (1.3.22); FILE MERGED

2003/02/27 14:22:09 tbe 1.3.22.1: #103595# accessibility for dialog editor
üst 9a761291
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: dlgedview.hxx,v $ * $RCSfile: dlgedview.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: tbe $ $Date: 2002-04-24 14:49:13 $ * last change: $Author: vg $ $Date: 2003-03-26 12:51:44 $
* *
* 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
...@@ -78,15 +78,13 @@ class DlgEdView : public SdrView ...@@ -78,15 +78,13 @@ class DlgEdView : public SdrView
private: private:
DlgEditor* pDlgEditor; DlgEditor* pDlgEditor;
protected:
virtual void MarkListHasChanged();
public: public:
TYPEINFO(); TYPEINFO();
DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor ); DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor );
virtual ~DlgEdView(); virtual ~DlgEdView();
virtual void MarkListHasChanged();
virtual void MakeVisible( const Rectangle& rRect, Window& rWin ); virtual void MakeVisible( const Rectangle& rRect, Window& rWin );
}; };
......
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