summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:00:54 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:00:54 +0000
commit9c024d17be3b57a0d9471356bc8492048e6bdb68 (patch)
treea56f98bba5687c21ada6f2c499238a7f3f13eace /idl
parent1a77eb348b5237551de3e236d4989a4f6778cf93 (diff)
INTEGRATION: CWS mba30patches01 (1.2.56); FILE MERGED
2008/04/23 09:44:49 mba 1.2.56.2: RESYNC: (1.2-1.3); FILE MERGED 2008/03/18 15:40:03 mba 1.2.56.1: #i86353#: remove unused code
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/char.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/idl/inc/char.hxx b/idl/inc/char.hxx
index 678fefb58dcc..bb128d5e6d1b 100644
--- a/idl/inc/char.hxx
+++ b/idl/inc/char.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: char.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -37,7 +37,6 @@
class SvChar
{
public:
- static BOOL MakeChar( char * pChar, char ** ppStr );
static char * GetTable( CharSet nSource, CharSet nDest );
};