summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-03-26 11:51:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-03-26 11:51:44 +0000
commite31d034fbc554df38a690a4ebe252e8cc05adb0e (patch)
treedbbecea648be479f5e1170305f965a4bb3a3f204
parent9a76129137ef722405d2a3752c88b8d39626947d (diff)
INTEGRATION: CWS tbe3 (1.3.22); FILE MERGED
2003/02/27 14:22:09 tbe 1.3.22.1: #103595# accessibility for dialog editor
-rw-r--r--basctl/source/inc/dlgedview.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/basctl/source/inc/dlgedview.hxx b/basctl/source/inc/dlgedview.hxx
index 05b1ba13cf98..57769c2d0080 100644
--- a/basctl/source/inc/dlgedview.hxx
+++ b/basctl/source/inc/dlgedview.hxx
@@ -2,9 +2,9 @@
*
* $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
* either of the following licenses
@@ -78,15 +78,13 @@ class DlgEdView : public SdrView
private:
DlgEditor* pDlgEditor;
-protected:
- virtual void MarkListHasChanged();
-
public:
TYPEINFO();
DlgEdView( SdrModel* pModel, OutputDevice* pOut, DlgEditor* pEditor );
virtual ~DlgEdView();
+ virtual void MarkListHasChanged();
virtual void MakeVisible( const Rectangle& rRect, Window& rWin );
};