Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37490914
en ru br
Репозитории ALT

Группа :: Офис
Пакет: LibreOffice

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: alt-004-shortint.patch
Скачать


--- a/include/cppu/unotype.hxx.orig	2019-02-19 09:41:12.066646041 +0000
+++ b/include/cppu/unotype.hxx	2019-02-19 09:23:41.994365848 +0000
@@ -158,6 +158,11 @@
 #endif
 
 inline css::uno::Type const &
+cppu_detail_getUnoType(SAL_UNUSED_PARAMETER int *) {
+    return ::cppu::detail::getTypeFromTypeClass(::typelib_TypeClass_LONG);
+}
+
+inline css::uno::Type const &
 cppu_detail_getUnoType(SAL_UNUSED_PARAMETER ::sal_Int32 const *) {
     return ::cppu::detail::getTypeFromTypeClass(::typelib_TypeClass_LONG);
 }
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin