Kaydet (Commit) 1074c1ab authored tarafından Takeshi Abe's avatar Takeshi Abe

removed unused macro

üst 2ca0ab44
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
#define CREATEVERSIONRESMGR_NAME( Name ) #Name #define CREATEVERSIONRESMGR_NAME( Name ) #Name
#define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) ) #define CREATEVERSIONRESMGR( Name ) ResMgr::CreateResMgr( CREATEVERSIONRESMGR_NAME( Name ) )
#define LOCALE_MAX_FALLBACK 6
#include <vector> #include <vector>
class SvStream; class SvStream;
......
...@@ -39,8 +39,6 @@ ...@@ -39,8 +39,6 @@
DBG_NAME( Dir ) DBG_NAME( Dir )
#define APPEND (sal_uInt16) 65535
/************************************************************************* /*************************************************************************
|* |*
|* Dir::InsertPointReached() |* Dir::InsertPointReached()
......
...@@ -35,9 +35,7 @@ ...@@ -35,9 +35,7 @@
#include <sys/param.h> #include <sys/param.h>
#include <dirent.h> #include <dirent.h>
#include <unistd.h> #include <unistd.h>
/* #include <sysent.h> */
#define FSYS_UNIX TRUE
#define DRIVE_EXISTS(c) ( TRUE ) #define DRIVE_EXISTS(c) ( TRUE )
#define _mkdir(p) mkdir(p, 0777) #define _mkdir(p) mkdir(p, 0777)
......
...@@ -45,8 +45,6 @@ ...@@ -45,8 +45,6 @@
//-------------------------------------------------------------------- //--------------------------------------------------------------------
#define FSYS_UNIX sal_False
#define DOS_DIRECT _A_SUBDIR #define DOS_DIRECT _A_SUBDIR
#define DOS_VOLUMEID 0x08 #define DOS_VOLUMEID 0x08
#ifndef S_IFBLK #ifndef S_IFBLK
......
...@@ -45,8 +45,6 @@ ...@@ -45,8 +45,6 @@
#include <osl/security.h> #include <osl/security.h>
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#define MAXBUFLEN 1024 // Fuer Buffer bei VOS-Funktionen
// ----------------- // -----------------
// - ImplConfigData - // - ImplConfigData -
// ----------------- // -----------------
......
...@@ -57,15 +57,11 @@ ...@@ -57,15 +57,11 @@
#include <set> #include <set>
#ifdef UNX #ifdef UNX
#define SEARCH_PATH_DELIMITER_CHAR_STRING ":"
#define SEARCH_PATH_DELIMITER ':' #define SEARCH_PATH_DELIMITER ':'
#else #else
#define SEARCH_PATH_DELIMITER_CHAR_STRING ";"
#define SEARCH_PATH_DELIMITER ';' #define SEARCH_PATH_DELIMITER ';'
#endif #endif
#define SEARCH_PATH_DELIMITER_STRING ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SEARCH_PATH_DELIMITER_CHAR_STRING ) )
using ::rtl::OUString; using ::rtl::OUString;
using ::rtl::OString; using ::rtl::OString;
using ::rtl::OUStringBuffer; using ::rtl::OUStringBuffer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment