diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 19:28:52 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-21 20:56:58 +0100 |
commit | 4853bc9ac54243a65e82debfad45f99b0e51913e (patch) | |
tree | 8dcc96f8574ed70cc6dbc8559a44318f8a32026e /tools | |
parent | d66991e1f50a85e312562ae71f2407556d7ba330 (diff) |
WaE: Same expression on both sides of '||'
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/fsys/dirent.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/fsys/dirent.cxx b/tools/source/fsys/dirent.cxx index 1a60e0c3c0ea..1bf81220b7b5 100644 --- a/tools/source/fsys/dirent.cxx +++ b/tools/source/fsys/dirent.cxx @@ -1694,7 +1694,6 @@ sal_Bool DirEntry::MakeDir( sal_Bool bSloppy ) const // das Dir selbst erzeugen if ( pNewDir->eFlag == FSYS_FLAG_ABSROOT || - pNewDir->eFlag == FSYS_FLAG_ABSROOT || pNewDir->eFlag == FSYS_FLAG_VOLUME ) return sal_True; else |