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
72a7450c
Kaydet (Commit)
72a7450c
authored
Eki 02, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
MWERKS etc. are not supported toolchains
Change-Id: I449fe34be396114529357388c87162aaf8976292
üst
9086a4bb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
11 deletions
+1
-11
testframecontrol.cxx
extensions/workben/testframecontrol.cxx
+0
-5
diagnose.h
include/osl/diagnose.h
+1
-5
docshini.cxx
sw/source/uibase/app/docshini.cxx
+0
-1
No files found.
extensions/workben/testframecontrol.cxx
Dosyayı görüntüle @
72a7450c
...
...
@@ -208,11 +208,6 @@ private:
FrameControlApplication
g_App
;
#ifdef __MWERKS__
Application
*
pApp
=
&
g_App
;
#endif
void
FrameControlApplication
::
init
()
{
...
...
include/osl/diagnose.h
Dosyayı görüntüle @
72a7450c
...
...
@@ -121,14 +121,10 @@
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt) */
#if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000)) || (defined(__ICC) && (__ICC >= 600))
#define OSL_THIS_FUNC __PRETTY_FUNCTION__
#elif defined(__DMC__) && (__DMC__ >= 0x810)
#if defined(__GNUC__)
#define OSL_THIS_FUNC __PRETTY_FUNCTION__
#elif defined(__FUNCSIG__)
#define OSL_THIS_FUNC __FUNCSIG__
#elif (defined(__INTEL_COMPILER) && (__INTEL_COMPILER >= 600)) || (defined(__IBMCPP__) && (__IBMCPP__ >= 500))
#define OSL_THIS_FUNC __FUNCTION__
#elif defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901)
#define OSL_THIS_FUNC __func__
#else
...
...
sw/source/uibase/app/docshini.cxx
Dosyayı görüntüle @
72a7450c
...
...
@@ -512,7 +512,6 @@ bool SwDocShell::Load( SfxMedium& rMedium )
case
SFX_CREATE_MODE_INTERNAL
:
case
SFX_CREATE_MODE_EMBEDDED
:
{
// for MWERKS (Mac-Compiler): can't cast autonomously
SwTransferable
::
InitOle
(
this
,
*
mpDoc
);
}
// suppress SfxProgress, when we are Embedded
...
...
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