summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-04 15:47:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-04 20:13:53 +0100
commit90911df79efe9a069c7a692d0d1109e67a1da961 (patch)
treef954627097572d9b1cdee6a4ecd0ee3899cf9df6 /hwpfilter
parent869e477484befd0c200c73103ff9bc224d3a47df (diff)
hstream.h->hstream.hxx
Change-Id: Icc4a3d3661c3d40f9e71215bdc875c6a25f40ac1
Diffstat (limited to 'hwpfilter')
-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"