From 55b9dc002a7ffbf5d3abdece74a09029e2da94a5 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 14 Dec 2011 01:29:32 +0900 Subject: shrinked useless constants/defines --- cui/source/options/optinet2.cxx | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'cui') diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index f1bcd0722909..5d1b394d1d55 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -107,32 +107,14 @@ using namespace ::com::sun::star::uno; using namespace ::sfx2; using ::rtl::OUString; - -// define ---------------------------------------------------------------- - -// different delimiter for Unix (:) and Windows (;) - -#ifdef UNX -#define CLASSPATH_DELIMITER ':' -#else -#define CLASSPATH_DELIMITER ';' -#endif - // static ---------------------------------------------------------------- #define C2U(cChar) OUString::createFromAscii(cChar) -#define INET_SEARCH_TOKEN '"' -#define RET_ALL ((short)200) -#define CFG_READONLY_DEFAULT FALSE - #include SV_IMPL_PTRARR( SfxFilterPtrArr, SfxFilterPtr ) -const char* SEARCHENGINE_INI = "srcheng.ini"; -const char* SEARCHENGINE_GROUP = "SearchEngines-$(vlang)"; - // ----------------------------------------------------------------------- void SvxNoSpaceEdit::KeyInput( const KeyEvent& rKEvent ) -- cgit