diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 15:57:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 15:57:17 +0000 |
commit | a797efa808a6c1f62e3efb15c2e3d9f487821630 (patch) | |
tree | 7f2934147e68f168041b10fbd0c70e9a29a91a17 /sal/inc | |
parent | f352a454aa5f175411ca38c58eaaf02ad7a7a16c (diff) |
INTEGRATION: CWS os2port03 (1.35.170.1.6); FILE MERGED
2008/07/16 12:25:46 obr 1.35.170.1.6.2: RESYNC: (1.35.170.1-1.38); FILE MERGED
2008/04/15 14:31:29 ydario 1.35.170.1.6.1: Issue number: i85203
Submitted by: ydario
Reviewed by: ydario
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/osl/file.hxx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx index 9a853b18cacf..d3fcd51802db 100644 --- a/sal/inc/osl/file.hxx +++ b/sal/inc/osl/file.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: file.hxx,v $ - * $Revision: 1.38 $ + * $Revision: 1.39 $ * * This file is part of OpenOffice.org. * @@ -335,9 +335,15 @@ public: @see VolumeInfo */ +#ifdef OS2 +class VolumeInfo; +#endif class VolumeDevice : public FileBase { +#ifdef OS2 +public: +#endif oslVolumeDeviceHandle _aHandle; public: |