diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-20 10:09:23 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-20 10:10:43 +0200 |
commit | 0fe02d03ac7539e9807bc336b23f17029b2a09fb (patch) | |
tree | bd771cf16e931555853387cdcba88aceeb3fb2df /ios | |
parent | fc33829dcd141e9464b7e9285828c06a8cf0d7b3 (diff) |
Add a few cppu source files for debugging convenience
Change-Id: I9cad3f9f2a80f7915a5525855fcdf6fd5bb32d50
Diffstat (limited to 'ios')
-rw-r--r-- | ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj | 14 |
1 files changed, 13 insertions, 1 deletions
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 = "<group>"; }; BE55B10318D9AB5400950228 /* workwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = workwin.cxx; path = ../../../sfx2/source/appl/workwin.cxx; sourceTree = "<group>"; }; BE55B10418D9AB5400950228 /* xpackcreator.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = xpackcreator.cxx; path = ../../../sfx2/source/appl/xpackcreator.cxx; sourceTree = "<group>"; }; + BE55B10618DAD89800950228 /* compat.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = compat.cxx; path = ../../../cppu/source/cppu/compat.cxx; sourceTree = "<group>"; }; + BE55B10718DAD89800950228 /* cppu_opt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = cppu_opt.cxx; path = ../../../cppu/source/cppu/cppu_opt.cxx; sourceTree = "<group>"; }; BE7C277218D1DDF600C4908C /* acmplwrd.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = acmplwrd.cxx; path = ../../../sw/source/core/doc/acmplwrd.cxx; sourceTree = "<group>"; }; BE7C277318D1DDF600C4908C /* dbgoutsw.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dbgoutsw.cxx; path = ../../../sw/source/core/doc/dbgoutsw.cxx; sourceTree = "<group>"; }; BE7C277418D1DDF600C4908C /* doc.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = doc.cxx; path = ../../../sw/source/core/doc/doc.cxx; sourceTree = "<group>"; }; @@ -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 = "<group>"; }; + BE55B10518DAD85E00950228 /* cppu */ = { + isa = PBXGroup; + children = ( + BE55B10618DAD89800950228 /* compat.cxx */, + BE55B10718DAD89800950228 /* cppu_opt.cxx */, + ); + name = cppu; + sourceTree = "<group>"; + }; BE7C277118D1DDC500C4908C /* doc */ = { isa = PBXGroup; children = ( |