diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-04-25 20:51:14 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-04-25 20:51:14 +0900 |
commit | b53ea6f02a3753f39ca485c21c6035f539c97873 (patch) | |
tree | 25df5967f11d18ec44ef260c0f9119b76239fe73 /tools/inc | |
parent | 008f7b333279e24680c9fbb5307ac498623973c8 (diff) |
removed unused macros
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/fsys.hxx | 1 | ||||
-rw-r--r-- | tools/inc/tools/iparser.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index b0854f58daa5..16e9cacc3015 100644 --- a/tools/inc/tools/fsys.hxx +++ b/tools/inc/tools/fsys.hxx @@ -223,7 +223,6 @@ public: Time TimeAccessed() const { return aTimeAccessed; } sal_Bool IsYounger( const FileStat& rIsOlder ) const; -#define TF_FSYS_READONLY_FLAG static sal_uIntPtr SetReadOnlyFlag( const DirEntry &rEntry, sal_Bool bRO = sal_True ); static sal_Bool GetReadOnlyFlag( const DirEntry &rEntry ); static sal_Bool HasReadOnlyFlag(); diff --git a/tools/inc/tools/iparser.hxx b/tools/inc/tools/iparser.hxx index 23f0a1b68534..7df999d1fbb0 100644 --- a/tools/inc/tools/iparser.hxx +++ b/tools/inc/tools/iparser.hxx @@ -66,8 +66,6 @@ key [value] */ -#define DEF_STAND_LST "\\\\dev4\\data1\\b_server\\config\\stand.lst" - // error codes: #define IP_NO_ERROR 0x0000 |