summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filtask.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 78e7e8c8219a..f0c20a74e2a5 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -204,8 +204,6 @@ namespace fileaccess
};
typedef std::unordered_set< MyProperty,hMyProperty,eMyProperty > PropertySet;
- typedef std::vector< Notifier* > NotifierList;
-
class UnqPathData
{
@@ -215,7 +213,7 @@ namespace fileaccess
~UnqPathData();
PropertySet properties;
- NotifierList notifier;
+ std::vector< Notifier* > notifier;
// Three views on the PersistentPropertySet
css::uno::Reference< css::ucb::XPersistentPropertySet > xS;