summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-12-11 17:58:44 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-12-11 17:58:44 +0100
commitec03cebe17848ff9b6851f4fb6d42515a79b8776 (patch)
treecb50a8b548a7947668366c62b75bb5284817f0ed /svtools/source/svhtml
parent56dd29dbd60005d3dc5d1929e8d7049364418c10 (diff)
cleaning of __EXPORT define
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/parhtml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index 94d7ba445438..ca71c740c13b 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -336,7 +336,7 @@ HTMLParser::~HTMLParser()
delete pOptions;
}
-SvParserState __EXPORT HTMLParser::CallParser()
+SvParserState HTMLParser::CallParser()
{
eState = SVPAR_WORKING;
nNextCh = GetNextChar();
@@ -1099,7 +1099,7 @@ int HTMLParser::_GetNextRawToken()
}
// scanne das naechste Token,
-int __EXPORT HTMLParser::_GetNextToken()
+int HTMLParser::_GetNextToken()
{
int nRet = 0;
sSaveToken.Erase();