diff options
author | Andreas Bille <abi@openoffice.org> | 2001-11-16 09:59:24 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2001-11-16 09:59:24 +0000 |
commit | 3bedb4349d84549b4ba27df4b19b7cce868b2871 (patch) | |
tree | 2d1fae7eb89bdb8c7554147ff60a83b67834d234 /ucb/source/ucp/file/shell.hxx | |
parent | f21857a812ade7368614bde3ce6d5f6b1b2685f6 (diff) |
#83182# properties IsVolume,IsRemoveable,IsRemote
Diffstat (limited to 'ucb/source/ucp/file/shell.hxx')
-rw-r--r-- | ucb/source/ucp/file/shell.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx index 33057a080c3d..e4da7856da61 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.13 $ + * $Revision: 1.14 $ * - * last change: $Author: abi $ $Date: 2001-11-15 17:02:39 $ + * last change: $Author: abi $ $Date: 2001-11-16 10:59:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -669,8 +669,9 @@ namespace fileaccess { const rtl::OUString IsFolder; const rtl::OUString DateModified; const rtl::OUString Size; -// const rtl::OUString FolderCount; -// const rtl::OUString DocumentCount; + const rtl::OUString IsVolume; + const rtl::OUString IsRemoveable; + const rtl::OUString IsRemote; const rtl::OUString ContentType; const rtl::OUString IsReadOnly; |