summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-01 18:24:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-01 18:33:42 +0200
commit00240d049790d11c4ef35de7a294819107197efd (patch)
tree6479f4fee0eac540ca6d0b80552834f2b19e4364 /tools
parentd341aca7f68bc082cdefe4b1176f56c2c14a0322 (diff)
Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/color.hxx11
-rw-r--r--tools/inc/tools/debug.hxx4
-rw-r--r--tools/inc/tools/urlobj.hxx28
3 files changed, 0 insertions, 43 deletions
diff --git a/tools/inc/tools/color.hxx b/tools/inc/tools/color.hxx
index 4594de672f2e..f35f8011416d 100644
--- a/tools/inc/tools/color.hxx
+++ b/tools/inc/tools/color.hxx
@@ -36,17 +36,6 @@ class ResId;
#include <basegfx/color/bcolor.hxx>
-// --------------------
-// - ColorCount-Types -
-// --------------------
-
-#define COLCOUNT_MONOCHROM ((sal_uIntPtr)2)
-#define COLCOUNT_16 ((sal_uIntPtr)16)
-#define COLCOUNT_256 ((sal_uIntPtr)256)
-#define COLCOUNT_HICOLOR1 (((sal_uIntPtr)0x00007FFF)+1)
-#define COLCOUNT_HICOLOR2 (((sal_uIntPtr)0x0000FFFF)+1)
-#define COLCOUNT_TRUECOLOR (((sal_uIntPtr)0x00FFFFFF)+1)
-
// ---------------
// - Color-Types -
// ---------------
diff --git a/tools/inc/tools/debug.hxx b/tools/inc/tools/debug.hxx
index 4888bb6093c6..1769f525c343 100644
--- a/tools/inc/tools/debug.hxx
+++ b/tools/inc/tools/debug.hxx
@@ -89,10 +89,6 @@ typedef void (*DbgTestSolarMutexProc)();
// user (runtime) defined output channels
#define DBG_OUT_USER_CHANNEL_0 100
-#define DBGGUI_RESTORE 0
-#define DBGGUI_MINIMIZE 1
-#define DBGGUI_MAXIMIZE 2
-
struct DbgData
{
sal_uIntPtr nTestFlags;
diff --git a/tools/inc/tools/urlobj.hxx b/tools/inc/tools/urlobj.hxx
index b49d02651586..9fcae31ad6ce 100644
--- a/tools/inc/tools/urlobj.hxx
+++ b/tools/inc/tools/urlobj.hxx
@@ -41,15 +41,8 @@ namespace com { namespace sun { namespace star { namespace util {
//============================================================================
// Special tokens:
-#define INET_PASS_TOKEN '@'
-#define INET_DELIM_TOKEN ':'
-#define INET_DELIM_IMAPID ';'
-#define INET_ENC_DELIM_TOKEN '|'
-#define INET_DELIM_HOST_TOKEN '.'
#define INET_PATH_TOKEN '/'
-#define INET_DOSPATH_TOKEN '\\'
#define INET_MARK_TOKEN '#'
-#define INET_PARAM_TOKEN '?'
#define INET_HEX_ESCAPE '%'
//============================================================================
@@ -58,29 +51,8 @@ namespace com { namespace sun { namespace star { namespace util {
#define INET_HTTP_SCHEME "http://"
#define INET_HTTPS_SCHEME "https://"
#define INET_FILE_SCHEME "file://"
-#define INET_GOPHER_SCHEME "gopher://"
#define INET_MAILTO_SCHEME "mailto:"
-#define INET_CID_SCHEME "cid:"
#define INET_NEWS_SCHEME "news:"
-#define INET_POP3_SCHEME "pop3://"
-#define INET_LDAP_SCHEME "ldap://"
-#define INET_PRIVATE_SCHEME "private:"
-#define INET_BUGDOC_SCHEME "bugdoc:"
-#define INET_SLOT_SCHEME "slot:"
-#define INET_MACRO_SCHEME "macro:"
-#define INET_JAVASCRIPT_SCHEME "javascript:"
-#define INET_IMAP_SCHEME "imap://"
-#define INET_DOWNPASS_SCHEME ".."
-#define INET_DATA_SCHEME "data:"
-#define INET_OUT_SCHEME "out://"
-#define INET_FIF_SCHEME "fif://"
-#define INET_CEPT_SCHEME "cept://"
-#define INET_VIM_SCHEME "vim://"
-#define INET_UNO_SCHEME ".uno:"
-#define INET_COMPONENT_SCHEME ".component:"
-#define INET_DB_SCHEME "db:"
-#define INET_BUGID_SCHEME "bugid:"
-#define INET_TELNET_SCHEME "telnet://"
#define INET_HID_SCHEME "hid:"
#define URL_PREFIX_PRIV_SOFFICE "private:"