summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/libreoffice/files/libreoffice-4.1.2.2-idfattrib.patch')
-rw-r--r--app-office/libreoffice/files/libreoffice-4.1.2.2-idfattrib.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-office/libreoffice/files/libreoffice-4.1.2.2-idfattrib.patch b/app-office/libreoffice/files/libreoffice-4.1.2.2-idfattrib.patch
deleted file mode 100644
index 9402b6b..0000000
--- a/app-office/libreoffice/files/libreoffice-4.1.2.2-idfattrib.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/sc/inc/global.hxx 2013-09-17 19:27:21.000000000 +0300
-+++ b/sc/inc/global.hxx 2013-09-24 23:12:34.277966796 +0300
-@@ -190,7 +190,7 @@ const sal_uInt16 IDF_HARDATTR = 0x0020
- const sal_uInt16 IDF_OUTLINE = 0x0800; /// Sheet / outlining (grouping) information
- const sal_uInt16 IDF_NOCAPTIONS = 0x0200; /// Internal use only (undo etc.): do not copy/delete caption objects of cell notes.
- const sal_uInt16 IDF_ADDNOTES = 0x0400; /// Internal use only (copy from clip): do not delete existing cell contents when pasting notes.
- const sal_uInt16 IDF_SPECIAL_BOOLEAN = 0x1000;
--const sal_uInt16 IDF_ATTRIB = IDF_HARDATTR | IDF_STYLES | IDF_OUTLINE;
-+const sal_uInt16 IDF_ATTRIB = IDF_HARDATTR | IDF_STYLES;
- const sal_uInt16 IDF_CONTENTS = IDF_VALUE | IDF_DATETIME | IDF_STRING | IDF_NOTE | IDF_FORMULA | IDF_OUTLINE;
- const sal_uInt16 IDF_ALL = IDF_CONTENTS | IDF_ATTRIB | IDF_OBJECTS;
-otes.
-
- /// Copy flags for auto/series fill functions: do not touch notes and drawing objects.
- const sal_uInt16 IDF_AUTOFILL = IDF_ALL & ~(IDF_NOTE | IDF_OBJECTS);