diff options
author | Jelle van der Waa <jelle@vdwaa.nl> | 2013-08-11 15:22:59 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-12 06:59:10 +0000 |
commit | 4eb1232fbcf928e90267318e281aea5e8c9de6db (patch) | |
tree | b2fb6f3748a831ebe4ce3cb405add3012a86f94c /xmlscript/test | |
parent | 9499df9f8c73ac6370c389683ce2028e6432441e (diff) |
fdo#62475 removed pointless comments
Change-Id: I13e7eedaa5f0f116bd01834fc6db576c39350163
Reviewed-on: https://gerrit.libreoffice.org/5348
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
Diffstat (limited to 'xmlscript/test')
-rw-r--r-- | xmlscript/test/imexp.cxx | 12 |
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) |