summaryrefslogtreecommitdiff
path: root/xmlscript/test/imexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/test/imexp.cxx')
-rw-r--r--xmlscript/test/imexp.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx
index 37f34125cd4c..9df967d6447d 100644
--- a/xmlscript/test/imexp.cxx
+++ b/xmlscript/test/imexp.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <stdio.h>
#include "osl/file.h"
@@ -49,15 +48,11 @@
#include <com/sun/star/registry/XImplementationRegistration.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-
using namespace ::rtl;
using namespace ::cppu;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
-
-
-
Reference< XComponentContext > createInitialComponentContext(
OUString const & inst_dir )
{
@@ -84,9 +79,6 @@ Reference< XComponentContext > createInitialComponentContext(
return xContext;
}
-
-// -----------------------------------------------------------------------
-
Reference< container::XNameContainer > importFile(
char const * fname,
Reference< XComponentContext > const & xContext )
@@ -144,8 +136,6 @@ void exportToFile(
::fclose( f );
}
-
-
class MyApp : public Application
{
public:
@@ -154,8 +144,6 @@ public:
MyApp aMyApp;
-// -----------------------------------------------------------------------
-
void MyApp::Main()
{
if (GetCommandLineParamCount() < 2)