summaryrefslogtreecommitdiff
path: root/fpicker/source/office/OfficeControlAccess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/OfficeControlAccess.cxx')
-rw-r--r--fpicker/source/office/OfficeControlAccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.cxx b/fpicker/source/office/OfficeControlAccess.cxx
index 74ba41a2b5e4..fbecfc328921 100644
--- a/fpicker/source/office/OfficeControlAccess.cxx
+++ b/fpicker/source/office/OfficeControlAccess.cxx
@@ -739,7 +739,7 @@ namespace svt
sal_Int32 nSelected = static_cast< ListBox* >( _pControl )->GetSelectEntryPos();
if ( LISTBOX_ENTRY_NOTFOUND != nSelected )
- aReturn <<= (sal_Int32)static_cast< ListBox* >( _pControl )->GetSelectEntryPos();
+ aReturn <<= static_cast< ListBox* >( _pControl )->GetSelectEntryPos();
else
aReturn <<= (sal_Int32)-1;
}
bs" in makefile VIM modelinesMichael Stahl 2013-01-16Get rid of GetVersionInfo and checkdllTor Lillqvist 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-11-05cleanup README files.Michael Meeks 2012-11-05add a README filesAlia Almusaireae 2012-10-09fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák 2012-10-03-Werror,-Wc++98-compat-pedanticStephan Bergmann 2012-10-03-Werror,-Wheader-hygieneStephan Bergmann 2012-10-03nearly all soltools executables need unistd.hDavid Tardon 2012-10-03dep on soltools_inc is only for windowsDavid Tardon 2012-10-02makedepend depends on unistd.hAndras Timar 2012-09-30soltools: remove unused filesMatúš Kukan 2012-09-30soltools: build again ldump4 for WindowsMatúš Kukan 2012-09-29soltools: fix windows buildMatúš Kukan 2012-09-29fix windows buildDavid Tardon 2012-09-29soltools conversion to gbuildDavid Ostrovsky 2012-06-28remove malingering legacy RCS tags.Michael Meeks 2012-06-27re-base on ALv2 code.Michael Meeks 2012-06-27Remove unused include filesThomas Arnhold 2012-06-26re-base on ALv2 code.Michael Meeks 2012-06-22.pmk files don't need executable bitsMichael Stahl 2012-06-22Remove some PCH tracesThomas Arnhold 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-09Remove superfluous empty lines on topThomas Arnhold 2012-05-20Some cppcheck cleaningJulien Nabet 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 18npool: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski Change-Id: Iacb0c1fba331aa76ea341bc21690f09109b14a0a Reviewed-on: https://gerrit.libreoffice.org/48990 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2017-05-15Use genbrk -i data include directory only if not SYSTEM_ICUEike Rathke Change-Id: I8dc2f9a6ac2ad1ceec2d5e77ff547f929fa32861 2016-12-16icu genbrk built with enable-static can't find its data, help it outCaolán McNamara Change-Id: I4e584a2d518d8d9a1e183cf4f5f76eaff349352d Reviewed-on: https://gerrit.libreoffice.org/32095 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>