diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-07-27 17:06:15 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-07-27 17:06:15 +0000 |
commit | 7465f35229357cdd5d77d49aa0c0a7650c126803 (patch) | |
tree | 2efbf2a7914b6b1b88f6363e574d229addebc933 /basctl/source/basicide/basobj3.cxx | |
parent | 9c4da7e0da70c272505898a3aaa7837c9a5b7e2b (diff) |
#89793# Error:SdrObjList::Load()
Diffstat (limited to 'basctl/source/basicide/basobj3.cxx')
-rw-r--r-- | basctl/source/basicide/basobj3.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx index 4d966d907..60fca0bef 100644 --- a/basctl/source/basicide/basobj3.cxx +++ b/basctl/source/basicide/basobj3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basobj3.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: tbe $ $Date: 2001-07-25 14:51:32 $ + * last change: $Author: tbe $ $Date: 2001-07-27 18:03:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,9 +104,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::container; -// In bastype3.cxx: -USHORT GetDialogSbxId(); - #define LINE_SEP 0x0A //---------------------------------------------------------------------------- |