Kaydet (Commit) b1e96885 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.8.4); FILE MERGED

2006/05/16 16:05:36 sb 1.8.4.1: #i65435# Fixed previous changes.
üst a9fc3899
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: basicparser.hxx,v $ * $RCSfile: basicparser.hxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 04:38:11 $ * last change: $Author: hr $ $Date: 2006-06-19 23:35:35 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>
#endif #endif
namespace com { namespace sun { namespace star { namespace script {
class XTypeConverter;
} } } }
namespace configmgr namespace configmgr
{ {
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
...@@ -79,7 +83,8 @@ namespace configmgr ...@@ -79,7 +83,8 @@ namespace configmgr
{ {
struct ValueData; struct ValueData;
uno::Reference< uno::XInterface > m_xTypeConverter; uno::Reference< com::sun::star::script::XTypeConverter >
m_xTypeConverter;
uno::Reference< sax::XLocator > m_xLocator; uno::Reference< sax::XLocator > m_xLocator;
ElementParser m_aDataParser; ElementParser m_aDataParser;
Stack< ElementInfo > m_aNodes; Stack< ElementInfo > m_aNodes;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment