diff options
author | Herbert Dürr <hdu@apache.org> | 2011-10-18 08:09:32 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2011-10-18 08:09:32 +0000 |
commit | 6bf17dc7ffa79f52458df707c9da798951e19b2e (patch) | |
tree | ada150264c98b1e395076b0c8aba6d3ecf1aeb13 /offapi | |
parent | f725350fcb8cf6937bc6d3638d6aa55043247e36 (diff) |
fix missing comment marker in Content.idl
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ucb/Content.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/offapi/com/sun/star/ucb/Content.idl b/offapi/com/sun/star/ucb/Content.idl index f1ba23543330..86bc054f0fc1 100644 --- a/offapi/com/sun/star/ucb/Content.idl +++ b/offapi/com/sun/star/ucb/Content.idl @@ -447,7 +447,7 @@ published service Content long FolderCount // contains the free space left on a storage device. It is - specified in bytes. + // specified in bytes. hyper FreeSpace // indicates whether a content has subcontents, which are documents. @@ -721,3 +721,4 @@ published service Content }; }; }; }; #endif + |