Hi Alan, On 08/31/06 11:18, Alan Yaniger wrote:
I want Writer to set the position of the footnote separator line to be aligned to the right instead of to the left, since I'm building RTL OOo. This means initializing to "Right" the value in the listbox "Format/Page/Footnote/Seperator Line/Position". Where can I initialize this value in my build?
have a look at sw/source/core/layout/pagedesc.cxx. You have to set the eAdj member in the SwPageFtnInfo default constructor to FTNADJ_RIGHT.
Hope this helps, Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
