summaryrefslogtreecommitdiff
path: root/hwpfilter/source
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source')
-rw-r--r--hwpfilter/source/fontmap.hxx2
-rw-r--r--hwpfilter/source/grammar.hxx2
-rw-r--r--hwpfilter/source/hwpeq.h2
-rw-r--r--hwpfilter/source/lexer.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/hwpfilter/source/fontmap.hxx b/hwpfilter/source/fontmap.hxx
index f9002e48ef99..3ab2e0849e1d 100644
--- a/hwpfilter/source/fontmap.hxx
+++ b/hwpfilter/source/fontmap.hxx
@@ -22,7 +22,7 @@
#include <sal/config.h>
-int getRepFamilyName(char const *, char *, double &);
+int getRepFamilyName(char const*, char*, double&);
#endif
diff --git a/hwpfilter/source/grammar.hxx b/hwpfilter/source/grammar.hxx
index 334f4341c55a..a4a2e39cb0bb 100644
--- a/hwpfilter/source/grammar.hxx
+++ b/hwpfilter/source/grammar.hxx
@@ -24,7 +24,7 @@
class Node;
-Node * mainParse(char const * _code);
+Node* mainParse(char const* _code);
#endif
diff --git a/hwpfilter/source/hwpeq.h b/hwpfilter/source/hwpeq.h
index 07e62ab7f985..cc96743c27a0 100644
--- a/hwpfilter/source/hwpeq.h
+++ b/hwpfilter/source/hwpeq.h
@@ -22,7 +22,7 @@
#include "mzstring.h"
-void eq2latex(MzString &mstr, char const *str);
+void eq2latex(MzString& mstr, char const* str);
#endif // INCLUDED_HWPFILTER_SOURCE_HWPEQ_H
diff --git a/hwpfilter/source/lexer.hxx b/hwpfilter/source/lexer.hxx
index 333b117641db..0f0c1fe1525e 100644
--- a/hwpfilter/source/lexer.hxx
+++ b/hwpfilter/source/lexer.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_HWPFILTER_SOURCE_LEXER_HXX
#define INCLUDED_HWPFILTER_SOURCE_LEXER_HXX
-void initFlex(char const * s);
+void initFlex(char const* s);
int yylex();