summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:58:08 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:58:08 +0000
commit1a330a37f0a15537d099e543e93b35a9173b71f8 (patch)
tree41b0f1c8c98a0e687b2d681fff1088d180fb7961 /starmath/inc
parent232cf83f3a07504123fa63b515d88100d0adb424 (diff)
INTEGRATION: CWS tl50 (1.9.92); FILE MERGED
2008/02/29 08:42:21 tl 1.9.92.1: #i86272# unused code removed
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/utility.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx
index c1c4c6a3b3..a8ce47e068 100644
--- a/starmath/inc/utility.hxx
+++ b/starmath/inc/utility.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: utility.hxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@@ -199,11 +199,9 @@ public:
using SfxPtrArr::operator [];
void *operator [] (USHORT nPos) const { return GetPtr(nPos); }
- void SetSize(USHORT nNewSize);
USHORT GetSize() const { return nSize; }
USHORT Count() const { return SfxPtrArr::Count(); }
- BOOL Contains(const void *pItem) const;
void Clear();
};
@@ -369,7 +367,6 @@ protected:
DECL_LINK(SelectHdl, ListBox *);
public:
- SmFontPickListBox(Window* pParent, WinBits nWinStyle = 0, USHORT nMax = 4);
SmFontPickListBox(Window* pParent, const ResId& rResId, USHORT nMax = 4);
SmFontPickListBox& operator = (const SmFontPickList& rList);