summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filtask.cxx5
-rw-r--r--ucb/source/ucp/file/filtask.hxx1
2 files changed, 0 insertions, 6 deletions
diff --git a/ucb/source/ucp/file/filtask.cxx b/ucb/source/ucp/file/filtask.cxx
index 1fc113901852..624e4e531dfa 100644
--- a/ucb/source/ucp/file/filtask.cxx
+++ b/ucb/source/ucp/file/filtask.cxx
@@ -112,11 +112,6 @@ TaskManager::MyProperty::MyProperty( bool theisNat
// empty
}
-TaskManager::MyProperty::~MyProperty()
-{
- // empty for now
-}
-
#include "filinl.hxx"
// Default properties
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 3c0eefebeae7..94f0b59ac208 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -174,7 +174,6 @@ namespace fileaccess
const css::beans::PropertyState& theState,
sal_Int16 theAttributes );
- ~MyProperty();
inline const bool& IsNative() const;
const OUString& getPropertyName() const { return PropertyName; }
inline const sal_Int32& getHandle() const;