diff options
author | Andreas Bille <abi@openoffice.org> | 2001-11-15 12:19:14 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2001-11-15 12:19:14 +0000 |
commit | 18ec939f40ad2e7148d35224bedca4a5392701cc (patch) | |
tree | cdc7cf610fd5e4bbe4784c77f96160b87e2cae44 /ucb/source/ucp/file/shell.hxx | |
parent | 85679d7b741132f296df2724380c261d4c7e2b85 (diff) |
#86530# Removed property DateCreated from file-ucp
Diffstat (limited to 'ucb/source/ucp/file/shell.hxx')
-rw-r--r-- | ucb/source/ucp/file/shell.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx index 63ce8d541fe3..5fcba8419dbd 100644 --- a/ucb/source/ucp/file/shell.hxx +++ b/ucb/source/ucp/file/shell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: shell.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: abi $ $Date: 2001-11-05 07:43:30 $ + * last change: $Author: abi $ $Date: 2001-11-15 13:19:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -667,7 +667,6 @@ namespace fileaccess { const rtl::OUString Title; const rtl::OUString IsDocument; const rtl::OUString IsFolder; - const rtl::OUString DateCreated; const rtl::OUString DateModified; const rtl::OUString Size; const rtl::OUString FolderCount; |