From 0fe02d03ac7539e9807bc336b23f17029b2a09fb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 20 Mar 2014 10:09:23 +0200 Subject: Add a few cppu source files for debugging convenience Change-Id: I9cad3f9f2a80f7915a5525855fcdf6fd5bb32d50 --- .../TiledLibreOffice.xcodeproj/project.pbxproj | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'ios') diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj index 46984c5ce5a4..286bcec26852 100644 --- a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj +++ b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj @@ -315,6 +315,8 @@ BE55B10218D9AB5400950228 /* shutdowniconaqua.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = shutdowniconaqua.mm; path = ../../../sfx2/source/appl/shutdowniconaqua.mm; sourceTree = ""; }; BE55B10318D9AB5400950228 /* workwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = workwin.cxx; path = ../../../sfx2/source/appl/workwin.cxx; sourceTree = ""; }; BE55B10418D9AB5400950228 /* xpackcreator.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = xpackcreator.cxx; path = ../../../sfx2/source/appl/xpackcreator.cxx; sourceTree = ""; }; + BE55B10618DAD89800950228 /* compat.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = compat.cxx; path = ../../../cppu/source/cppu/compat.cxx; sourceTree = ""; }; + BE55B10718DAD89800950228 /* cppu_opt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = cppu_opt.cxx; path = ../../../cppu/source/cppu/cppu_opt.cxx; sourceTree = ""; }; BE7C277218D1DDF600C4908C /* acmplwrd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = acmplwrd.cxx; path = ../../../sw/source/core/doc/acmplwrd.cxx; sourceTree = ""; }; BE7C277318D1DDF600C4908C /* dbgoutsw.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dbgoutsw.cxx; path = ../../../sw/source/core/doc/dbgoutsw.cxx; sourceTree = ""; }; BE7C277418D1DDF600C4908C /* doc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = doc.cxx; path = ../../../sw/source/core/doc/doc.cxx; sourceTree = ""; }; @@ -656,8 +658,9 @@ isa = PBXGroup; children = ( BE82C47118CA18D70050EB79 /* drawinglayer */, - BE35B58A188FFA43001B7439 /* cppuhelper */, BE9F45F81868393D00B8BE69 /* bridges */, + BE55B10518DAD85E00950228 /* cppu */, + BE35B58A188FFA43001B7439 /* cppuhelper */, BE82C38818C752760050EB79 /* sal */, BE35B5A6189051F7001B7439 /* sfx2 */, BE82C42718CA17A60050EB79 /* svx */, @@ -1037,6 +1040,15 @@ name = appl; sourceTree = ""; }; + BE55B10518DAD85E00950228 /* cppu */ = { + isa = PBXGroup; + children = ( + BE55B10618DAD89800950228 /* compat.cxx */, + BE55B10718DAD89800950228 /* cppu_opt.cxx */, + ); + name = cppu; + sourceTree = ""; + }; BE7C277118D1DDC500C4908C /* doc */ = { isa = PBXGroup; children = ( -- cgit