summaryrefslogtreecommitdiff
path: root/sal/textenc/convertsinglebytetobmpunicode.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/convertsinglebytetobmpunicode.cxx
parent7a7b346a527c4fca52b68281e419e1f876fbac59 (diff)
Changed C files to C++.
Diffstat (limited to 'sal/textenc/convertsinglebytetobmpunicode.cxx')
-rw-r--r--sal/textenc/convertsinglebytetobmpunicode.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/sal/textenc/convertsinglebytetobmpunicode.cxx b/sal/textenc/convertsinglebytetobmpunicode.cxx
index b563be83abaf..b485f88c7899 100644
--- a/sal/textenc/convertsinglebytetobmpunicode.cxx
+++ b/sal/textenc/convertsinglebytetobmpunicode.cxx
@@ -26,17 +26,18 @@
*
************************************************************************/
+#include "sal/config.h"
-#include "context.h"
-#include "converter.h"
-#include "convertsinglebytetobmpunicode.hxx"
-#include "unichars.h"
+#include <cstddef>
#include "osl/diagnose.h"
#include "rtl/textcvt.h"
#include "sal/types.h"
-#include <cstddef>
+#include "context.hxx"
+#include "converter.hxx"
+#include "convertsinglebytetobmpunicode.hxx"
+#include "unichars.hxx"
sal_Size rtl_textenc_convertSingleByteToBmpUnicode(
ImplTextConverterData const * data, void *, sal_Char const * srcBuf,