Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice/files: libreoffice-4.1.2.2-idfattrib.patch
Date: Fri, 27 Sep 2013 20:48:07
Message-Id: 20130927204540.E6E992004C@flycatcher.gentoo.org
1 dilfridge 13/09/27 20:45:40
2
3 Added: libreoffice-4.1.2.2-idfattrib.patch
4 Log:
5 Revbump for annoying localc bug 485862, new stable candidate
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.1 app-office/libreoffice/files/libreoffice-4.1.2.2-idfattrib.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-4.1.2.2-idfattrib.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/files/libreoffice-4.1.2.2-idfattrib.patch?rev=1.1&content-type=text/plain
14
15 Index: libreoffice-4.1.2.2-idfattrib.patch
16 ===================================================================
17 --- a/sc/inc/global.hxx 2013-09-17 19:27:21.000000000 +0300
18 +++ b/sc/inc/global.hxx 2013-09-24 23:12:34.277966796 +0300
19 @@ -190,7 +190,7 @@ const sal_uInt16 IDF_HARDATTR = 0x0020
20 const sal_uInt16 IDF_OUTLINE = 0x0800; /// Sheet / outlining (grouping) information
21 const sal_uInt16 IDF_NOCAPTIONS = 0x0200; /// Internal use only (undo etc.): do not copy/delete caption objects of cell notes.
22 const sal_uInt16 IDF_ADDNOTES = 0x0400; /// Internal use only (copy from clip): do not delete existing cell contents when pasting notes.
23 const sal_uInt16 IDF_SPECIAL_BOOLEAN = 0x1000;
24 -const sal_uInt16 IDF_ATTRIB = IDF_HARDATTR | IDF_STYLES | IDF_OUTLINE;
25 +const sal_uInt16 IDF_ATTRIB = IDF_HARDATTR | IDF_STYLES;
26 const sal_uInt16 IDF_CONTENTS = IDF_VALUE | IDF_DATETIME | IDF_STRING | IDF_NOTE | IDF_FORMULA | IDF_OUTLINE;
27 const sal_uInt16 IDF_ALL = IDF_CONTENTS | IDF_ATTRIB | IDF_OBJECTS;
28 otes.
29
30 /// Copy flags for auto/series fill functions: do not touch notes and drawing objects.
31 const sal_uInt16 IDF_AUTOFILL = IDF_ALL & ~(IDF_NOTE | IDF_OBJECTS);