summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-03-13 23:27:24 -0300
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-03-15 22:55:02 +0000
commit364ac5acf491ce4654ff9ca85fc416343b55b685 (patch)
tree3ec0f3c8fcaa4056f80a0e865c1b5622c5a20ee4 /accessibility/source/extended/accessibleiconchoicectrlentry.cxx
parent93e6291c29d547c0c29c6e43b2ca4b36a3e8506f (diff)
fdo#63154 Remove some solar.h references
Remove some solar.h from tools. Replace sal_uLong by size_t, sal_uInt32 and sal_Int32. Change-Id: I38961db046337a3ea4ef75d64afa424d81391f34 Reviewed-on: https://gerrit.libreoffice.org/8582 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'accessibility/source/extended/accessibleiconchoicectrlentry.cxx')
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrlentry.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
index 3d33822607fa..055cd05e4fa3 100644
--- a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
+++ b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
@@ -54,7 +54,7 @@ namespace
namespace accessibility
{
- // class AccessibleIconChoiceCtrlEntry -----------------------------------------------------
+ // class AccessibleIconChoiceCtrlEntry
using namespace ::com::sun::star::accessibility;
using namespace ::com::sun::star::uno;
@@ -65,7 +65,7 @@ namespace accessibility
// Ctor() and Dtor()
AccessibleIconChoiceCtrlEntry::AccessibleIconChoiceCtrlEntry( SvtIconChoiceCtrl& _rIconCtrl,
- sal_uLong _nPos,
+ sal_Int32 _nPos,
const Reference< XAccessible >& _xParent ) :
AccessibleIconChoiceCtrlEntry_BASE ( m_aMutex ),