Date: prev next · Thread: first prev next last


Olá Olivier.

Eu voltei ao original os arquivos mm, conforme recomendação do Miklos
Vajna. Os arquivos .mm são para mac, e como não tenho compilador para
testar as alterações, melhor deixar para algum dev que tenha.


Ricardo.

2012/9/20 Olivier Hallot <olivier.hallot@libreoffice.org>

Olá Ricardo

Neste trecho

diff --git a/avmedia/source/quicktime/manager.mm
b/avmedia/source/quicktime/manager.mm

index ca8da8e..ec36906 100644 (file)


--- a/avmedia/source/quicktime/manager.mm
+++ b/avmedia/source/quicktime/manager.mm
@@ -88,7 +88,7 @@ uno::Sequence< ::rtl::OUString > SAL_CALL
Manager::getSupportedServiceNames(  )
     throw (uno::RuntimeException)
 {
     uno::Sequence< ::rtl::OUString > aRet(1);
-    aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM (
AVMEDIA_QUICKTIME_MANAGER_SERVICENAME ) );
+    aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(
AVMEDIA_QUICKTIME_MANAGER_SERVICENAME ) );

     return aRet;
 }


por que você não usou
     uno::Sequence< OUString > aRet(1);
+    aRet[0] = AVMEDIA_QUICKTIME_MANAGER_SERVICENAME;


Abraços
Olivier
ps. esse arquivo é usado? não sei de onde vem a extensão mm


Em 18-09-2012 12:55, Ricardo Montania escreveu:
Mais ::rtl::OUString para OUString e alguns sal_Bool para bool, módulo
avmedia

https://gerrit.libreoffice.org/644


--
Olivier Hallot
Comunidade LibreOffice

--
Você está recebendo e-mails da lista dev@pt-br.libreoffice.org
# Informações sobre os comandos disponíveis (em inglês):
  mande e-mail vazio para dev+help@pt-br.libreoffice.org
# Cancelar sua assinatura: mande e-mail vazio para:
  dev+unsubscribe@pt-br.libreoffice.org
# Arquivo de mensagens: http://listarchives.libreoffice.org/pt-br/dev




-- 
Ricardo Montania Prado de Campos
http://www.linuxafundo.com.br

-- 
Você está recebendo e-mails da lista dev@pt-br.libreoffice.org
# Informações sobre os comandos disponíveis (em inglês):
  mande e-mail vazio para dev+help@pt-br.libreoffice.org
# Cancelar sua assinatura: mande e-mail vazio para:
  dev+unsubscribe@pt-br.libreoffice.org
# Arquivo de mensagens: http://listarchives.libreoffice.org/pt-br/dev

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.