summaryrefslogtreecommitdiff
path: root/ucb/source
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source')
-rw-r--r--ucb/source/sorter/sortdynres.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/sorter/sortdynres.cxx b/ucb/source/sorter/sortdynres.cxx
index c848e306a45d..dc7ad5ea64fc 100644
--- a/ucb/source/sorter/sortdynres.cxx
+++ b/ucb/source/sorter/sortdynres.cxx
@@ -28,7 +28,6 @@
#include <com/sun/star/ucb/WelcomeDynamicResultSetStruct.hpp>
#include <com/sun/star/ucb/CachedDynamicResultSetStubFactory.hpp>
#include <com/sun/star/ucb/XSourceInitialization.hpp>
-#include <tools/long.hxx>
using namespace com::sun::star::beans;
using namespace com::sun::star::lang;
@@ -282,7 +281,7 @@ void SortedDynamicResultSet::impl_notify( const ListEvent& Changes )
catch (const UnknownPropertyException&) {}
catch (const WrappedTargetException&) {}
- tools::Long nOldCount = pCurSet->GetCount();
+ sal_IntPtr nOldCount = pCurSet->GetCount();
bool bWasFinal = false;
aRet >>= bWasFinal;