summaryrefslogtreecommitdiff
path: root/sc/inc/token.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 11:31:14 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 11:31:14 +0000
commit90f79b98fd3bae91cc988ceaf78479f4e714e082 (patch)
tree009be5bd4babf6e1a3f7ddb631f89a728d01874f /sc/inc/token.hxx
parent92063f5de80b54f7a22dcce03bf94c9bf8f5e5a2 (diff)
INTEGRATION: CWS dr55 (1.12.456); FILE MERGED
2007/06/28 19:30:14 nn 1.12.456.2: include memory without .h 2007/06/20 19:30:39 er 1.12.456.1: #i78630# remove MacOS9 specifics
Diffstat (limited to 'sc/inc/token.hxx')
-rw-r--r--sc/inc/token.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index afbaebca8d9b..a995b9ba7fa1 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: token.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 18:01:09 $
+ * last change: $Author: rt $ $Date: 2007-07-06 12:31:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,7 @@
#ifndef SC_TOKEN_HXX
#define SC_TOKEN_HXX
-#include <string.h> // memcpy(), don't use memory.h (MAC)
+#include <memory>
#ifndef SC_OPCODE_HXX
#include "opcode.hxx"