summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-03-26 11:51:31 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-03-26 11:51:31 +0000
commit9a76129137ef722405d2a3752c88b8d39626947d (patch)
treeeae66b86c2c19e306805997ea342f2da553a3eb4 /basctl
parent07b514444e98d17991c68f0974e4e3d3c23af932 (diff)
INTEGRATION: CWS tbe3 (1.2.48); FILE MERGED
2003/02/27 14:22:09 tbe 1.2.48.1: #103595# accessibility for dialog editor
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/inc/dlgedpage.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basctl/source/inc/dlgedpage.hxx b/basctl/source/inc/dlgedpage.hxx
index fc3e5eef1478..2cfad0c67574 100644
--- a/basctl/source/inc/dlgedpage.hxx
+++ b/basctl/source/inc/dlgedpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgedpage.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tbe $ $Date: 2001-03-23 16:13:46 $
+ * last change: $Author: vg $ $Date: 2003-03-26 12:51:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,8 @@ public:
void SetDlgEdForm( DlgEdForm* pForm ) { pDlgEdForm = pForm; }
DlgEdForm* GetDlgEdForm() const { return pDlgEdForm; }
+
+ virtual SdrObject* SetObjectOrdNum(ULONG nOldObjNum, ULONG nNewObjNum);
};
#endif //_BASCTL_DLGEDPAGE_HXX