summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-04-12 10:52:23 +0000
committerThomas Benisch <tbe@openoffice.org>2001-04-12 10:52:23 +0000
commitd412ea35c65b87199e977c0839ad1ab31ff4b9db (patch)
tree47943d8dd145b47e08fb88afb9a524693874d121 /basctl/source
parent26da2ad6014b07f2d686519759ffd415f7af4387 (diff)
::xmlscript::createInputStream from xml_helper.hxx
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/dlged/dlged.cxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx
index 5ae6e0e3a9ab..49a68b0caa1b 100644
--- a/basctl/source/dlged/dlged.cxx
+++ b/basctl/source/dlged/dlged.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlged.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tbe $ $Date: 2001-04-10 15:14:21 $
+ * last change: $Author: tbe $ $Date: 2001-04-12 11:52:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,6 +119,10 @@
#include <comphelper/processfactory.hxx>
#endif
+#ifndef _XMLSCRIPT_XML_HELPER_HXX_
+#include <xmlscript/xml_helper.hxx>
+#endif
+
#ifndef _XMLSCRIPT_XMLDLG_IMEXP_HXX_
#include <xmlscript/xmldlg_imexp.hxx>
#endif
@@ -141,16 +145,6 @@ using namespace ::rtl;
//----------------------------------------------------------------------------
-namespace xmlscript
-{
- SAL_DLLEXPORT ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
- SAL_CALL createInputStream(
- ::rtl::ByteSequence const & rInData )
- SAL_THROW( () );
-}
-
-//----------------------------------------------------------------------------
-
void DlgEditor::ShowDialog()
{
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > xMSF = getProcessServiceFactory();