Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On Wed, Sep 05, 2012 at 09:14:10AM +0000, kendy@suse.cz wrote:
Commits since the last success:

==== core ====
  8806e6e  fdo#53872: reportdesign: fix section drawpage crash:
==== binfilter ====
==== dictionaries ====
==== help ====

In file included from 
/local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfx.hrc:389,
                 from /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/fltfnc.src:29:
/local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfxsids.hrc:27:1: error: 
unterminated #ifndef
In file included from 
/local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfx.hrc:389,
                 from /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/bastyp.hrc:28,
                 from /local/home/tinderbox/libreoffice-3-5/sfx2/source/bastyp/bastyp.src:27:
/local/home/tinderbox/libreoffice-3-5/solver/unxlngx6.pro/inc/sfx2/sfxsids.hrc:27:1: error: 
unterminated #ifndef

Hmm... I don't my commit could have caused that. Kendy, could you just
"try again"? (AFAIK, the tinderbox won't try again until next commit
which could be days away.)

OTOH, that file is a bit weird in that there is stuff *after* the
"#endif" that corresponds to the standard double-include protection
"#ifndef _SFXSIDS_HRC". Most of it looks safe, having its own #ifndef,
but there is also unconditional stuff at the very end.


#ifndef _SFXSIDS_HRC
#define _SFXSIDS_HRC

(lots of stuff)

#endif  // #ifndef _SFXSIDS_HRC

//-----------------------------------------------------------------------
// SfxSecurityPage related stuff

#define FN_EDIT2                (SID_SW_START + 1800)
#define FN_REDLINE_PROTECT      (FN_EDIT2 + 23)
#define FN_REDLINE_ON           (FN_EDIT2 + 25)

#define SID_HTML_MODE           (SID_SVX_START + 414)

// Calc-Id's used for SfxSecurityPage
#ifndef SC_FUNCTION_START
#define SC_FUNCTION_START       (SID_SC_START + 200)
#endif
#ifndef FILE_MENU_END
#define FILE_MENU_END           (SC_FUNCTION_START + 20)
#endif
#ifndef EDIT_MENU_START
#define EDIT_MENU_START         (FILE_MENU_END)
#endif
#ifndef SC_VIEW_START
#define SC_VIEW_START           (SID_SC_START)
#endif
#define FID_CHG_RECORD          (EDIT_MENU_START + 18)
#define SID_CHG_PROTECT         (SC_VIEW_START + 84)

// eof
------------------------------------------------------------------------

-- 
Lionel

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.