summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-01-16 07:38:19 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-01-16 07:38:59 +0900
commit1074c1ab9ee4aa537ea18a3128121ef591bd803f (patch)
tree6e7e886c1c6ff349e6e3854bee4db431e800e7a6 /tools
parent2ca0ab44b4c0f028aa246c28da8fbff0c79a87b4 (diff)
removed unused macro
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/resmgr.hxx2
-rw-r--r--tools/source/fsys/tdir.cxx2
-rw-r--r--tools/source/fsys/unx.hxx2
-rw-r--r--tools/source/fsys/wntmsc.hxx2
-rw-r--r--tools/source/generic/config.cxx2
-rw-r--r--tools/source/rc/resmgr.cxx4
6 files changed, 0 insertions, 14 deletions
diff --git a/tools/inc/tools/resmgr.hxx b/tools/inc/tools/resmgr.hxx
index 7e7e7ce9c1b9..8000e5a3f7fc 100644
--- a/tools/inc/tools/resmgr.hxx
+++ b/tools/inc/tools/resmgr.hxx
@@ -37,8 +37,6 @@
#define CREATEVERSIONRESMGR_NAME( Name ) #Name
#define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) )
-#define LOCALE_MAX_FALLBACK 6
-
#include <vector>
class SvStream;
diff --git a/tools/source/fsys/tdir.cxx b/tools/source/fsys/tdir.cxx
index eef2a03b0902..0747c70a2e27 100644
--- a/tools/source/fsys/tdir.cxx
+++ b/tools/source/fsys/tdir.cxx
@@ -39,8 +39,6 @@
DBG_NAME( Dir )
-#define APPEND (sal_uInt16) 65535
-
/*************************************************************************
|*
|* Dir::InsertPointReached()
diff --git a/tools/source/fsys/unx.hxx b/tools/source/fsys/unx.hxx
index a930f8371f67..d6e74e1cc798 100644
--- a/tools/source/fsys/unx.hxx
+++ b/tools/source/fsys/unx.hxx
@@ -35,9 +35,7 @@
#include <sys/param.h>
#include <dirent.h>
#include <unistd.h>
-/* #include <sysent.h> */
-#define FSYS_UNIX TRUE
#define DRIVE_EXISTS(c) ( TRUE )
#define _mkdir(p) mkdir(p, 0777)
diff --git a/tools/source/fsys/wntmsc.hxx b/tools/source/fsys/wntmsc.hxx
index b7b33915b4e6..6cda2a120ab7 100644
--- a/tools/source/fsys/wntmsc.hxx
+++ b/tools/source/fsys/wntmsc.hxx
@@ -45,8 +45,6 @@
//--------------------------------------------------------------------
-#define FSYS_UNIX sal_False
-
#define DOS_DIRECT _A_SUBDIR
#define DOS_VOLUMEID 0x08
#ifndef S_IFBLK
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index ed21da9cefd0..dc0c08b56821 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -45,8 +45,6 @@
#include <osl/security.h>
#include <rtl/strbuf.hxx>
-#define MAXBUFLEN 1024 // Fuer Buffer bei VOS-Funktionen
-
// -----------------
// - ImplConfigData -
// -----------------
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index 5bc5d2cf0b90..68c8b4c19fc3 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -57,15 +57,11 @@
#include <set>
#ifdef UNX
-#define SEARCH_PATH_DELIMITER_CHAR_STRING ":"
#define SEARCH_PATH_DELIMITER ':'
#else
-#define SEARCH_PATH_DELIMITER_CHAR_STRING ";"
#define SEARCH_PATH_DELIMITER ';'
#endif
-#define SEARCH_PATH_DELIMITER_STRING ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SEARCH_PATH_DELIMITER_CHAR_STRING ) )
-
using ::rtl::OUString;
using ::rtl::OString;
using ::rtl::OUStringBuffer;