summaryrefslogtreecommitdiff
path: root/include/svtools/PlaceEditDialog.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-08-30 23:08:29 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-09-12 14:18:50 +0200
commitc5909e251871e5a38992fade94a489a9546e11b7 (patch)
tree7ef9bd642fb4799fb2a8d6d3529144c95a468dde /include/svtools/PlaceEditDialog.hxx
parente76d07c6185512e47947dbe1b6a83fb944b8198f (diff)
Update many ListBox users to its sal_Int32 interface
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
Diffstat (limited to 'include/svtools/PlaceEditDialog.hxx')
-rw-r--r--include/svtools/PlaceEditDialog.hxx2
1 files changed, 1 insertions, 1 deletions
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;