diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-12-29 14:14:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-30 06:47:30 +0100 |
commit | 57a58433e6a9fc7443cd3a2e7811bf508946cacf (patch) | |
tree | ebb4cdcea8a52fb09fa25027bcb00e06269c6c68 /osx | |
parent | 85fc392926ec5b74bf4328867460ea312ab0cbac (diff) |
use concrete types in chart2, SvxGroupShape and SvxShapePolyPolygon
Change-Id: I2b86c39610f31260fe8fb5abdbb94e853ec31cec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127700
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'osx')
-rw-r--r-- | osx/soffice.xcodeproj/project.pbxproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/osx/soffice.xcodeproj/project.pbxproj b/osx/soffice.xcodeproj/project.pbxproj index 7cf857dce7f7..e540ccf9d73a 100644 --- a/osx/soffice.xcodeproj/project.pbxproj +++ b/osx/soffice.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXFileReference section */ + 456E58CF277CB9C700FA12D2 /* unoshap2.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unoshap2.cxx; path = ../svx/source/unodraw/unoshap2.cxx; sourceTree = "<group>"; }; BE017B8725AF2ABE00244ED8 /* autostyl.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = autostyl.cxx; path = ../sc/source/ui/docshell/autostyl.cxx; sourceTree = "<group>"; }; BE017B8825AF2ABE00244ED8 /* servobj.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = servobj.cxx; path = ../sc/source/ui/docshell/servobj.cxx; sourceTree = "<group>"; }; BE017B8925AF2ABE00244ED8 /* docsh4.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = docsh4.cxx; path = ../sc/source/ui/docshell/docsh4.cxx; sourceTree = "<group>"; }; @@ -959,6 +960,14 @@ /* End PBXFileReference section */ /* Begin PBXGroup section */ + 456E58D0277CB9DE00FA12D2 /* unodraw */ = { + isa = PBXGroup; + children = ( + 456E58CF277CB9C700FA12D2 /* unoshap2.cxx */, + ); + name = unodraw; + sourceTree = "<group>"; + }; BE017B8525AF2A5A00244ED8 /* ui */ = { isa = PBXGroup; children = ( @@ -1882,6 +1891,7 @@ BEACEEC5257FC7F5001BAABA /* svx */ = { isa = PBXGroup; children = ( + 456E58D0277CB9DE00FA12D2 /* unodraw */, BEACEEC6257FC82A001BAABA /* tbxctrls */, ); name = svx; |