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
commit63f79b67f4ca2d9f85e01fb38bb9f0061cd9135c (patch)
tree9c761067a083a24e050136c6d607ac58bac7550e /idl
parent2cca4ed5a26319ac4f39d018a057fb6fa1ba1435 (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 97b5c6249f..3a4584b199 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 );
};