summaryrefslogtreecommitdiff
path: root/basctl/source/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-11 16:39:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-11 16:39:10 +0000
commit8682d353794f8ae4e9098615dae7a87d7d7d662c (patch)
tree979eaefcf6dabdda16288ac118f9c154da4669b9 /basctl/source/inc
parente53816758d5585ef6dfb4dd0ddf479e5b3d96dcb (diff)
INTEGRATION: CWS vcl07 (1.13.12.1.10); FILE MERGED
2003/03/14 15:17:53 tbe 1.13.12.1.10.1: #107814# don't sort control model container by tab index anymore
Diffstat (limited to 'basctl/source/inc')
-rw-r--r--basctl/source/inc/dlgedobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/inc/dlgedobj.hxx b/basctl/source/inc/dlgedobj.hxx
index d5ab01d36937..2f461e50a71a 100644
--- a/basctl/source/inc/dlgedobj.hxx
+++ b/basctl/source/inc/dlgedobj.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgedobj.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2003-03-26 12:51:16 $
+ * last change: $Author: vg $ $Date: 2003-04-11 17:39:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -202,7 +202,7 @@ public:
virtual void SetRectFromProps();
virtual void SetPropsFromRect();
- virtual void SortByTabIndex();
+ virtual void UpdateTabIndices();
virtual SdrObject* CheckHit(const Point& rPnt,USHORT nTol,const SetOfByte*) const;
};