[Libreoffice-commits] core.git: 2 commits - bin/gbuild-to-ide vcl/inc
Tor Lillqvist
tml at collabora.com
Thu Nov 28 06:48:51 PST 2013
bin/gbuild-to-ide | 2 ++
vcl/inc/coretext/salgdi2.h | 6 ------
2 files changed, 2 insertions(+), 6 deletions(-)
New commits:
commit 151da1244f8db451f9b8c5c75dc09dd0969e4a28
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Nov 28 16:07:12 2013 +0200
Surely we want CGFloat and CGRect from the appropriate SDK header
Especially as the CGFloat typedef depends on whether compiling 32- or
64-bit code.
Change-Id: I2426aa6fb91a9a76367eb965d08b985ce69e4997
diff --git a/vcl/inc/coretext/salgdi2.h b/vcl/inc/coretext/salgdi2.h
index 1c055e9..dc08a9e 100644
--- a/vcl/inc/coretext/salgdi2.h
+++ b/vcl/inc/coretext/salgdi2.h
@@ -46,15 +46,9 @@ class AquaSalFrame;
class ImplDevFontAttributes;
class ImplMacTextStyle;
-struct CGRect;
-
typedef sal_uInt32 sal_GlyphId;
typedef std::vector<unsigned char> ByteVector;
-#ifndef CGFLOAT_TYPE
-typedef float CGFloat;
-#endif
-
// mac specific physically available font face
class ImplMacFontData : public PhysicalFontFace
{
commit f30e479b0a337fb6f5711742d395d354269ece85
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Nov 27 15:03:10 2013 +0200
Point to some documentation
Change-Id: Ia467db7fd2ebaf85600e5a0c9f11f1e576363177
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 63f917f..00a22cf 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -424,6 +424,8 @@ class XcodeIntegrationGenerator(IdeIntegrationGenerator):
'rootObject':self.rootObjectId }
return project
+ # For some reverse-engineered documentation on the project.pbxproj format,
+ # see http://www.monobjc.net/xcode-project-file-format.html .
def write_xcodeproj(self, moduledir, modulename):
xcodeprojdir = os.path.join(moduledir, '%s.xcodeproj' % modulename)
try:
More information about the Libreoffice-commits
mailing list