summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hutil.h
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-06-04 09:00:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-06-04 09:00:41 +0000
commit1b9ab4478255cbba8489a069b68ab91606b676e4 (patch)
treefe69bda7cded4e7358a767b61e77e01c38de0019 /hwpfilter/source/hutil.h
parent27a4530899d6f50ada86cae58deb2147961740b3 (diff)
INTEGRATION: CWS sw30bf04 (1.3.2); FILE MERGED
2008/04/16 14:07:55 ama 1.3.2.1: Patch #i86356#: Remove unused methods
Diffstat (limited to 'hwpfilter/source/hutil.h')
-rw-r--r--hwpfilter/source/hutil.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/hwpfilter/source/hutil.h b/hwpfilter/source/hutil.h
index 5c35e6c2ae87..5b61cd4df009 100644
--- a/hwpfilter/source/hutil.h
+++ b/hwpfilter/source/hutil.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: hutil.h,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -28,7 +28,7 @@
*
************************************************************************/
-/* $Id: hutil.h,v 1.3 2008-04-10 12:08:30 rt Exp $ */
+/* $Id: hutil.h,v 1.4 2008-06-04 10:00:41 vg Exp $ */
#ifndef _UTIL_H_
#define _UTIL_H_
@@ -47,7 +47,4 @@ void str2hstr(const char *c, hchar *i);
*/
int hstrlen(const hchar *s);
-#ifndef _WIN32
-char *strupr(char *str);
-#endif
#endif /* UTIL_H_*/