From 791071825969a40a454ed2b9806ec8b5c3b08fe9 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Wed, 1 Aug 2012 18:34:24 +0200 Subject: Remove unused code: those classes are unused Change-Id: Ibf41655d40c9534629bbb0dd5ae600791b42922d --- basic/source/inc/runtime.hxx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'basic') 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 -- cgit