summaryrefslogtreecommitdiff
path: root/helpcompiler/inc
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-12 22:32:53 +0100
committerAndras Timar <atimar@suse.com>2013-02-13 10:19:21 +0100
commit67b8c0339e90c42dca402a925a624fce67f8ea5c (patch)
treee36a9870897415f5f1f169eb7b4f543ebfc01093 /helpcompiler/inc
parentfb1f3db03df25bee8b17a85e26774e79483de791 (diff)
fdo#41737 syntax highlighting of Basic code examples in offline help
Change-Id: I7dc5b189e98a0351bac0eab28c1161b5893f5ef1
Diffstat (limited to 'helpcompiler/inc')
-rw-r--r--helpcompiler/inc/BasCodeTagger.hxx1
-rw-r--r--helpcompiler/inc/HelpCompiler.hxx3
2 files changed, 2 insertions, 2 deletions
diff --git a/helpcompiler/inc/BasCodeTagger.hxx b/helpcompiler/inc/BasCodeTagger.hxx
index 3cf9261ed8db..9ff376aa8ad3 100644
--- a/helpcompiler/inc/BasCodeTagger.hxx
+++ b/helpcompiler/inc/BasCodeTagger.hxx
@@ -34,7 +34,6 @@ class L10N_DLLPUBLIC BasicCodeTagger
BasicCodeTagger( xmlDocPtr rootDoc );
~BasicCodeTagger();
void tagBasicCodes();
- void saveTreeToFile( const std::string& filePath, const std::string& encoding );
};
//================LibXmlTreeWalker===========================================================
diff --git a/helpcompiler/inc/HelpCompiler.hxx b/helpcompiler/inc/HelpCompiler.hxx
index 034a629c25e6..8a5dda170747 100644
--- a/helpcompiler/inc/HelpCompiler.hxx
+++ b/helpcompiler/inc/HelpCompiler.hxx
@@ -245,7 +245,8 @@ public:
const std::string &entryName, const Hashtable &bytesToAdd);
private:
xmlDocPtr getSourceDocument(const fs::path &filePath);
- void sourceDocumentPreWorks( xmlDocPtr doc , const fs::path &filePath);
+ void tagBasicCodeExamples(xmlDocPtr doc);
+ void saveXhpForJar(xmlDocPtr doc, const fs::path &filePath);
xmlNodePtr clone(xmlNodePtr node, const std::string& appl);
StreamTable &streamTable;
const fs::path inputFile, src, zipdir;