summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-12-14 01:29:32 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-12-14 01:42:58 +0900
commit55b9dc002a7ffbf5d3abdece74a09029e2da94a5 (patch)
tree12dc676cac1f268954b1f76f3120dad3dfdbf530 /cui
parent520891d058f9e936b9b8afb490b5a26c156008ef (diff)
shrinked useless constants/defines
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optinet2.cxx18
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 )