summaryrefslogtreecommitdiff
path: root/include/osl/file.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl/file.hxx')
-rw-r--r--include/osl/file.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index f34633cb7222..a3edbc1fe81e 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -424,7 +424,6 @@ public:
@param nMask
Set of flags describing the demanded information.
*/
-
VolumeInfo( sal_uInt32 nMask )
: _nMask( nMask )
{
@@ -433,9 +432,6 @@ public:
_aInfo.pDeviceHandle = &_aDevice._aHandle;
}
- /** Destructor.
- */
-
~VolumeInfo()
{
if( _aInfo.ustrFileSystemName )
@@ -449,7 +445,6 @@ public:
@return true if all fields are valid else false.
*/
-
bool isValid( sal_uInt32 nMask ) const
{
return ( nMask & _aInfo.uValidFields ) == nMask;
@@ -460,7 +455,6 @@ public:
@return
true if Attributes are valid and the volume is remote else false.
*/
-
bool getRemoteFlag() const
{
return (_aInfo.uAttributes & osl_Volume_Attribute_Remote) != 0;
@@ -471,7 +465,6 @@ public:
@return
true if attributes are valid and the volume is removable else false.
*/
-
bool getRemoveableFlag() const
{
return (_aInfo.uAttributes & osl_Volume_Attribute_Removeable) != 0;