diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-12-14 01:29:32 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-12-14 01:42:58 +0900 |
commit | 55b9dc002a7ffbf5d3abdece74a09029e2da94a5 (patch) | |
tree | 12dc676cac1f268954b1f76f3120dad3dfdbf530 /cui | |
parent | 520891d058f9e936b9b8afb490b5a26c156008ef (diff) |
shrinked useless constants/defines
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optinet2.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
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 <sal/config.h> SV_IMPL_PTRARR( SfxFilterPtrArr, SfxFilterPtr ) -const char* SEARCHENGINE_INI = "srcheng.ini"; -const char* SEARCHENGINE_GROUP = "SearchEngines-$(vlang)"; - // ----------------------------------------------------------------------- void SvxNoSpaceEdit::KeyInput( const KeyEvent& rKEvent ) |