Hi,

I need to use some lcl_* functions from drwtxtex.cxx, as I need the same code for my SwAnnotationShell.(such as lcl_SetLanguage etc.)

What would be the clean/right way for making them also available in other files, namely annnotsh.cxx?

Tried putting just the declaration inside the corresponding header file, but then I get this now:

c:/OpenOffice/m7/solver/300/wntmsci12/inc\com/sun/star/uno/Reference.h(238) : error C2129: static function 'void lcl_SetLanguage(SwWrtShell &,EditEngine *,ESelection,const String &,bool,SfxItemSet &)' declared but not defined
       ../inc\drwtxtsh.hxx(45) : see declaration of 'lcl_SetLanguage'

Should these functions be somehow cleanup up some other way as well, e.g put all into some static class together or put somewhere else, e.g. into some linguistic part?

Thanks for helping out

Regards
Max

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to