Kaydet (Commit) d8439ca1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Match basicide_choose_macro in basctl/source/basicide/basobj2.cxx

Change-Id: I9add8be1c20c2529edf8d8616fe5e372938cd355
üst 588591d9
...@@ -832,13 +832,13 @@ void SfxApplication::MiscState_Impl(SfxItemSet &rSet) ...@@ -832,13 +832,13 @@ void SfxApplication::MiscState_Impl(SfxItemSet &rSet)
#ifndef DISABLE_DYNLOADING #ifndef DISABLE_DYNLOADING
typedef rtl_uString* (SAL_CALL *basicide_choose_macro)(XModel*, sal_Bool, rtl_uString*); typedef rtl_uString* (SAL_CALL *basicide_choose_macro)(void*, sal_Bool, rtl_uString*);
extern "C" { static void SAL_CALL thisModule() {} } extern "C" { static void SAL_CALL thisModule() {} }
#else #else
extern "C" rtl_uString* basicide_choose_macro(XModel*, sal_Bool, rtl_uString*); extern "C" rtl_uString* basicide_choose_macro(void*, sal_Bool, rtl_uString*);
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment