summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2009-12-10 18:31:30 +0100
committerVladimir Glazunov <vg@openoffice.org>2009-12-10 18:31:30 +0100
commit1ec7f66ed8f162bdbcc320af4f20bf79a558d87f (patch)
tree074ead25fc258af200eab1c647e8b0f2ae93d4ae /shell/inc
parent2efe116f872503f423caa902857932fdacac4b04 (diff)
parente703b510971dfcab5ece9d3f09243231c0b9594a (diff)
CWS-TOOLING: integrate CWS vcl107
Diffstat (limited to 'shell/inc')
-rw-r--r--shell/inc/internal/xml_parser.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/inc/internal/xml_parser.hxx b/shell/inc/internal/xml_parser.hxx
index 5c52fcb7cd13..e27fbdccd01d 100644
--- a/shell/inc/internal/xml_parser.hxx
+++ b/shell/inc/internal/xml_parser.hxx
@@ -76,9 +76,6 @@ public:
xml_parser(const XML_Char* EncodingName = 0);
//########################################################
- xml_parser(const XML_Char* EncodingName, XML_Char NamespaceSeparator);
-
- //########################################################
~xml_parser();
//########################################################
@@ -126,10 +123,6 @@ public:
/** Returns the currently used document handler or null if
no document handler was set before. */
i_xml_parser_event_handler* get_document_handler() const;
-
- //############################################
- void set_encoding(const XML_Char* Encoding);
-
private:
void init();