Olá Ricardo
Observe bem a declaração da macro, que está logo acima: Ela é uma
simples geradora de OUString:
#define DECLARE_ASCII( SASCIIVALUE ) \
OUString( SASCIIVALUE )
#define IMPLEMENTATIONNAME_SOUNDHANDLER
DECLARE_ASCII("com.sun.star.comp.framework.SoundHandler")
#define SERVICENAME_CONTENTHANDLER
DECLARE_ASCII("com.sun.star.frame.ContentHandler")
Portanto, sim, basta fazer o que você fez e compilar, mas antes remova
#define DECLARE_ASCII( ... para ver se é usada em outro lugar...
Olivier
Em 17-09-2012 08:25, Ricardo Montania escreveu:
Bom dia Olivier. Olhei atentamente ao uso dessa macro (DECLARE_ASCII), mas
devo ter deixado passar alguma coisa. Não consegui compreender o uso dela.
Para testar se é inútil nesse caso, eu poderia apenas remover e compilar o
módulo?
-#define IMPLEMENTATIONNAME_SOUNDHANDLER
DECLARE_ASCII("com.sun.star.comp.framework.SoundHandler")
+#define IMPLEMENTATIONNAME_SOUNDHANDLER
"com.sun.star.comp.framework.SoundHandler"
-#define SERVICENAME_CONTENTHANDLER
DECLARE_ASCII("com.sun.star.frame.ContentHandler")
+#define SERVICENAME_CONTENTHANDLER "com.sun.star.frame.ContentHandler"
2012/9/15 Olivier Hallot <olivier.hallot@libreoffice.org>
Olá Ricardo...
eu PUSH-ei mas fica a dica: Não vamos deixar macros c++ sobrando ali...
veja o caso em
avmedia/source/framework/soundhandler.cxx
#define IMPLEMENTATIONNAME_SOUNDHANDLER
DECLARE_ASCII("com.sun.star.comp.framework.SoundHandler")
#define SERVICENAME_CONTENTHANDLER
DECLARE_ASCII("com.sun.star.frame.ContentHandler")
onde a macro DECLARE_ASCII pode ser inútil neste caso. Eu não verifiquei.
OK?
Em 14-09-2012 12:38, Ricardo Montania escreveu:
Aos poucos vamos limpando esse código..
https://gerrit.libreoffice.org/621
--
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
--
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
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.