summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortdynres.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortdynres.hxx')
-rw-r--r--ucb/source/sorter/sortdynres.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/sorter/sortdynres.hxx b/ucb/source/sorter/sortdynres.hxx
index 15add7c5bee5..b9ad1b784091 100644
--- a/ucb/source/sorter/sortdynres.hxx
+++ b/ucb/source/sorter/sortdynres.hxx
@@ -146,7 +146,7 @@ public:
throw( css::uno::RuntimeException );
virtual void SAL_CALL
- impl_notify( const ::css::ucb::ListEvent& Changes )
+ impl_notify( const css::ucb::ListEvent& Changes )
throw( css::uno::RuntimeException );
};
@@ -179,7 +179,7 @@ public:
// XDynamicResultSetListener
//-----------------------------------------------------------------
virtual void SAL_CALL
- notify( const ::css::ucb::ListEvent& Changes )
+ notify( const css::ucb::ListEvent& Changes )
throw( css::uno::RuntimeException );
//-----------------------------------------------------------------