(author=ariel) tools/solar.h DLLPOSTFIX clean-up Author: Ariel Constenla-Haile <ariel.constenla.haile@gmail.com> Loading libraries is broken in code that uses the macro SVLIBRARY
(author=ariel) tools/solar.h DLLPOSTFIX clean-up Author: Ariel Constenla-Haile <ariel.constenla.haile@gmail.com> Loading libraries is broken in code that uses the macro SVLIBRARY defined in tools/inc/tools/solar.h, the __DLLEXTENSION macro defined in that file uses the dll postfixes that where recently removed. http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/inc/tools/solar.h?view=markup#l342 http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/inc/tools/solar.h?view=markup#l243 An example in GetSpecialCharsForEdit from sfx2/source/appl/appinit.cxx http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/source/appl/appinit.cxx?view=markup#l205 * open a Writer document * open the Find & Replace dialog * right click on an edit field * select "Special Character" from the context menu * the cui library cannot be loaded attached patch removes all DLLPOSTFIXes, except the one from WIN when compiled with mingw, this postfix wasn't removed in http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/inc/wntgcci.mk?view=markup#l185 git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1188107 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|