[Libreoffice-commits] .: tools/inc

Takeshi Abe tabe at kemper.freedesktop.org
Mon Apr 25 04:51:45 PDT 2011


 tools/inc/tools/fsys.hxx    |    1 -
 tools/inc/tools/iparser.hxx |    2 --
 2 files changed, 3 deletions(-)

New commits:
commit d8f11b2bfffc1ace02c02fcd01e2c77ab5ed8974
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Mon Apr 25 20:51:14 2011 +0900

    removed unused macros

diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx
index 2ca2cb9..15f02eb 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 da12202..4ff0790 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


More information about the Libreoffice-commits mailing list