summaryrefslogtreecommitdiff
path: root/sal/textenc/tables.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-05 23:18:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-05 23:24:08 +0100
commitb234008ba5096f251fffec4c467f2103f4ba3cc0 (patch)
tree41e5377bf56ff47f0c998d19d0d5d8749b51ae56 /sal/textenc/tables.cxx
parent7a7b346a527c4fca52b68281e419e1f876fbac59 (diff)
Changed C files to C++.
Diffstat (limited to 'sal/textenc/tables.cxx')
-rw-r--r--sal/textenc/tables.cxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/sal/textenc/tables.cxx b/sal/textenc/tables.cxx
index 096876119a20..01f91905dea1 100644
--- a/sal/textenc/tables.cxx
+++ b/sal/textenc/tables.cxx
@@ -29,21 +29,12 @@
#include "sal/config.h"
#include <cassert>
+#include <cstddef>
-#include "sal/types.h"
-
-#ifndef INCLUDED_RTL_TEXTENC_TENCHELP_H
-#include "tenchelp.h"
-#endif
-
-#ifndef _RTL_TEXTENC_H
#include "rtl/textenc.h"
-#endif
+#include "sal/types.h"
-#ifndef INCLUDED_STDDEF_H
-#include <stddef.h>
-#define INCLUDED_STDDEF_H
-#endif
+#include "tenchelp.hxx"
#define NOTABUNI_START 0xFF
#define NOTABUNI_END 0x00