diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-07 09:55:09 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-07 09:55:09 +0000 |
commit | ba8d8cf056eaf2fa00634ab109a7498eafcd0cfd (patch) | |
tree | 689c2b05daa83a5b7dc92e0ba389dba97cfe093c /shell/source | |
parent | b2e6729d9742418d15585cb71f7156de5eafb9ba (diff) |
INTEGRATION: CWS desktintgr01 (1.2.28); FILE MERGED
2004/02/26 13:17:20 deuce 1.2.28.1: Issue number: 97686, 115531, 108219 restructure shxthdl module
Submitted by: Gorden Lin/gorden.lin@sun.com
Reviewed by: Tino Rachui/tino.rachui@sun.com
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/all/xml_parser.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/all/xml_parser.cxx b/shell/source/all/xml_parser.cxx index 79e333b52e4f..bf168a0ff855 100644 --- a/shell/source/all/xml_parser.cxx +++ b/shell/source/all/xml_parser.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xml_parser.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-09-29 14:54:27 $ + * last change: $Author: hr $ $Date: 2004-04-07 10:55:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,11 +59,11 @@ * ************************************************************************/ -#ifndef _XML_PARSER_HXX_ +#ifndef XML_PARSER_HXX_INCLUDED #include "internal/xml_parser.hxx" #endif -#ifndef _I_XML_PARSER_EVENT_HANDLER_HXX_ +#ifndef I_XML_PARSER_EVENT_HANDLER_HXX_INCLUDED #include "internal/i_xml_parser_event_handler.hxx" #endif |