diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-01 18:34:24 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-01 18:34:46 +0200 |
commit | 791071825969a40a454ed2b9806ec8b5c3b08fe9 (patch) | |
tree | 9fee331088d043e2995f0c5b5e7f1c69701dce49 /basic/source | |
parent | 23e5bb66436991d809d8d807f27d25f922fb062f (diff) |
Remove unused code: those classes are unused
Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/inc/runtime.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/basic/source/inc/runtime.hxx b/basic/source/inc/runtime.hxx index 470b152a2cf9..1fe346deb1e1 100644 --- a/basic/source/inc/runtime.hxx +++ b/basic/source/inc/runtime.hxx @@ -39,19 +39,6 @@ using namespace com::sun::star::uno; using namespace com::sun::star::lang; using namespace com::sun::star::container; - -namespace basicEncoder -{ - -// TODO: Use exported functionality (code is copied from deamons2/ucb) -class AsciiEncoder -{ -public: - static ::rtl::OUString decodeUnoUrlParamValue(const rtl::OUString & rSource); -}; - -} - class SbiInstance; // active StarBASIC process class SbiRuntime; // active StarBASIC procedure instance |