Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
b1e5983f
Kaydet (Commit)
b1e5983f
authored
Kas 24, 2015
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix c++ snafu with msvc
Change-Id: I493b79e70fb8003ce215e602f9b4ce92afa50150
üst
ae0e830f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
0 deletions
+57
-0
0001-if-ptr-to-member-var.-is-defined-ensure-the-class-is.patch.1
...ptr-to-member-var.-is-defined-ensure-the-class-is.patch.1
+56
-0
UnpackedTarball_libmwaw.mk
external/libmwaw/UnpackedTarball_libmwaw.mk
+1
-0
No files found.
external/libmwaw/0001-if-ptr-to-member-var.-is-defined-ensure-the-class-is.patch.1
0 → 100644
Dosyayı görüntüle @
b1e5983f
From 2d178367e7029a98fb555a084c1c946c8826ff06 Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Tue, 24 Nov 2015 15:15:36 +0100
Subject: [PATCH] if ptr to member var. is defined, ensure the class is
complete
... because MSVC represents pointers to member as variable size,
depending on context (e.g., multiple inheritance). So it can happen that
the size of the pointer in the header (where the class is only
forward-declared) differs from the size of the same pointer in an impl.
file (where the class is complete).
---
src/lib/ClarisWksDocument.hxx | 1 +
src/lib/GreatWksDocument.hxx | 1 +
src/lib/MsWksDocument.hxx | 1 +
3 files changed, 3 insertions(+)
diff --git a/src/lib/ClarisWksDocument.hxx b/src/lib/ClarisWksDocument.hxx
index 2b70860..3003b6a 100644
--- a/src/lib/ClarisWksDocument.hxx
+++ b/src/lib/ClarisWksDocument.hxx
@@ -42,6 +42,7 @@
#include "libmwaw_internal.hxx"
+#include "MWAWParser.hxx"
#include "MWAWPosition.hxx"
#include "ClarisWksStruct.hxx"
diff --git a/src/lib/GreatWksDocument.hxx b/src/lib/GreatWksDocument.hxx
index 2e00451..2e13dc2 100644
--- a/src/lib/GreatWksDocument.hxx
+++ b/src/lib/GreatWksDocument.hxx
@@ -41,6 +41,7 @@
#include "MWAWCell.hxx"
#include "MWAWDebug.hxx"
+#include "MWAWParser.hxx"
namespace GreatWksDocumentInternal
{
diff --git a/src/lib/MsWksDocument.hxx b/src/lib/MsWksDocument.hxx
index a212e7f..e96f5dd 100644
--- a/src/lib/MsWksDocument.hxx
+++ b/src/lib/MsWksDocument.hxx
@@ -44,6 +44,7 @@
#include "MWAWDebug.hxx"
#include "MWAWCell.hxx"
+#include "MWAWParser.hxx"
namespace MsWksDocumentInternal
{
--
2.5.0
external/libmwaw/UnpackedTarball_libmwaw.mk
Dosyayı görüntüle @
b1e5983f
...
@@ -37,6 +37,7 @@ endif
...
@@ -37,6 +37,7 @@ endif
$(eval $(call gb_UnpackedTarball_add_patches,libmwaw, \
$(eval $(call gb_UnpackedTarball_add_patches,libmwaw, \
external/libmwaw/c++11-narrowing.patch \
external/libmwaw/c++11-narrowing.patch \
external/libmwaw/0001-if-ptr-to-member-var.-is-defined-ensure-the-class-is.patch.1 \
))
))
# vim: set noet sw=4 ts=4:
# vim: set noet sw=4 ts=4:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment