summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwpfilter/source/hgzip.cxx2
-rw-r--r--hwpfilter/source/hiodev.cxx2
-rw-r--r--hwpfilter/source/hstream.cxx2
-rw-r--r--hwpfilter/source/hstream.hxx (renamed from hwpfilter/source/hstream.h)0
-rw-r--r--hwpfilter/source/hwpfile.cxx2
-rw-r--r--hwpfilter/source/hwpreader.hxx2
6 files changed, 5 insertions, 5 deletions
diff --git a/hwpfilter/source/hgzip.cxx b/hwpfilter/source/hgzip.cxx
index 9d78c4d040bd..baf3b20e43f5 100644
--- a/hwpfilter/source/hgzip.cxx
+++ b/hwpfilter/source/hgzip.cxx
@@ -24,7 +24,7 @@
#include <stdlib.h>
#include <errno.h>
#include "hgzip.h"
-#include "hstream.h"
+#include "hstream.hxx"
#ifndef local
# define local static
diff --git a/hwpfilter/source/hiodev.cxx b/hwpfilter/source/hiodev.cxx
index 03db63edd504..604c45cc97b5 100644
--- a/hwpfilter/source/hiodev.cxx
+++ b/hwpfilter/source/hiodev.cxx
@@ -32,7 +32,7 @@
#include "hgzip.h"
#include "hiodev.h"
#include "hwpfile.h"
-#include "hstream.h"
+#include "hstream.hxx"
const int BUFSIZE = 1024;
static uchar rBuf[BUFSIZE];
diff --git a/hwpfilter/source/hstream.cxx b/hwpfilter/source/hstream.cxx
index e002d346ac79..c9bd0d3ca066 100644
--- a/hwpfilter/source/hstream.cxx
+++ b/hwpfilter/source/hstream.cxx
@@ -19,7 +19,7 @@
#include <string.h>
#include <stdlib.h>
-#include "hstream.h"
+#include "hstream.hxx"
HStream::HStream() : size(0), pos(0)
{
diff --git a/hwpfilter/source/hstream.h b/hwpfilter/source/hstream.hxx
index 426d39650939..426d39650939 100644
--- a/hwpfilter/source/hstream.h
+++ b/hwpfilter/source/hstream.hxx
diff --git a/hwpfilter/source/hwpfile.cxx b/hwpfilter/source/hwpfile.cxx
index b2aff1088dc0..db7ed1156b08 100644
--- a/hwpfilter/source/hwpfile.cxx
+++ b/hwpfilter/source/hwpfile.cxx
@@ -32,7 +32,7 @@
#include "hpara.h"
#include "htags.h"
#include "hcode.h"
-#include "hstream.h"
+#include "hstream.hxx"
#include <osl/diagnose.h>
diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx
index 93bcc9e1b006..bb4e0d283101 100644
--- a/hwpfilter/source/hwpreader.hxx
+++ b/hwpfilter/source/hwpreader.hxx
@@ -60,7 +60,7 @@ using namespace ::com::sun::star::xml::sax;
#include "hcode.h"
#include "hbox.h"
#include "htags.h"
-#include "hstream.h"
+#include "hstream.hxx"
#include "drawdef.h"
#include "attributes.hxx"