Kaydet (Commit) 90911df7 authored tarafından Caolán McNamara's avatar Caolán McNamara

hstream.h->hstream.hxx

Change-Id: Icc4a3d3661c3d40f9e71215bdc875c6a25f40ac1
üst 869e4774
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <errno.h> #include <errno.h>
#include "hgzip.h" #include "hgzip.h"
#include "hstream.h" #include "hstream.hxx"
#ifndef local #ifndef local
# define local static # define local static
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "hgzip.h" #include "hgzip.h"
#include "hiodev.h" #include "hiodev.h"
#include "hwpfile.h" #include "hwpfile.h"
#include "hstream.h" #include "hstream.hxx"
const int BUFSIZE = 1024; const int BUFSIZE = 1024;
static uchar rBuf[BUFSIZE]; static uchar rBuf[BUFSIZE];
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include "hstream.h" #include "hstream.hxx"
HStream::HStream() : size(0), pos(0) HStream::HStream() : size(0), pos(0)
{ {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "hpara.h" #include "hpara.h"
#include "htags.h" #include "htags.h"
#include "hcode.h" #include "hcode.h"
#include "hstream.h" #include "hstream.hxx"
#include <osl/diagnose.h> #include <osl/diagnose.h>
......
...@@ -60,7 +60,7 @@ using namespace ::com::sun::star::xml::sax; ...@@ -60,7 +60,7 @@ using namespace ::com::sun::star::xml::sax;
#include "hcode.h" #include "hcode.h"
#include "hbox.h" #include "hbox.h"
#include "htags.h" #include "htags.h"
#include "hstream.h" #include "hstream.hxx"
#include "drawdef.h" #include "drawdef.h"
#include "attributes.hxx" #include "attributes.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment