From c5909e251871e5a38992fade94a489a9546e11b7 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 30 Aug 2015 23:08:29 +0200 Subject: Update many ListBox users to its sal_Int32 interface Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f --- include/svtools/PlaceEditDialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svtools/PlaceEditDialog.hxx') diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx index 6acbf7872378..11ddc5fe5e97 100644 --- a/include/svtools/PlaceEditDialog.hxx +++ b/include/svtools/PlaceEditDialog.hxx @@ -54,7 +54,7 @@ private: */ std::vector< std::shared_ptr< DetailsContainer > > m_aDetailsContainers; - unsigned int m_nCurrentType; + sal_Int32 m_nCurrentType; bool bLabelChanged; bool m_bShowPassword; -- cgit