summaryrefslogtreecommitdiff
path: root/starmath/inc/utility.hxx
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
commit3871cbb4b3a0d12e3e1fc1f39c16c29f16ea34f0 (patch)
treeec7f1e272ca0406df97ac53b42eeaebfb6bad989 /starmath/inc/utility.hxx
parente3aa6cc89f795b116efe0f92d37fac08cb0ad085 (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/utility.hxx')
-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 99809d19a499..cbb8f00cc712 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);