diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 07:54:51 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-08 21:41:17 +0000 |
commit | 01aa78cf08e58d8cb9c2f038915272f504db2205 (patch) | |
tree | 57f8b1c113fb451c7cbd89ff511bfa6c460ac0f6 /ios | |
parent | 4bae5148842115d860b5392b98ff8121b468ac4c (diff) |
vcl: cmdevt.[hc]xx -> commandevent.[hc]xx
Change-Id: I77b30f28ae5a6fad360d7cada9acfaa9c324408b
Reviewed-on: https://gerrit.libreoffice.org/22216
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'ios')
-rw-r--r-- | ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj index 78b4205fc120..ce3f01a78732 100644 --- a/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj +++ b/ios/experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj/project.pbxproj @@ -716,7 +716,7 @@ BE82C4C718CE6DBE0050EB79 /* brdwin.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = brdwin.cxx; path = ../../../vcl/source/window/brdwin.cxx; sourceTree = "<group>"; }; BE82C4C818CE6DBE0050EB79 /* btndlg.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = btndlg.cxx; path = ../../../vcl/source/window/btndlg.cxx; sourceTree = "<group>"; }; BE82C4C918CE6DBE0050EB79 /* builder.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = builder.cxx; path = ../../../vcl/source/window/builder.cxx; sourceTree = "<group>"; }; - BE82C4CA18CE6DBE0050EB79 /* cmdevt.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = cmdevt.cxx; path = ../../../vcl/source/window/cmdevt.cxx; sourceTree = "<group>"; }; + BE82C4CA18CE6DBE0050EB79 /* commandevent.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = commandevent.cxx; path = ../../../vcl/source/window/commandevent.cxx; sourceTree = "<group>"; }; BE82C4CB18CE6DBE0050EB79 /* cursor.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = cursor.cxx; path = ../../../vcl/source/window/cursor.cxx; sourceTree = "<group>"; }; BE82C4CC18CE6DBE0050EB79 /* decoview.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = decoview.cxx; path = ../../../vcl/source/window/decoview.cxx; sourceTree = "<group>"; }; BE82C4CD18CE6DBE0050EB79 /* dialog.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = dialog.cxx; path = ../../../vcl/source/window/dialog.cxx; sourceTree = "<group>"; }; @@ -1958,7 +1958,7 @@ BE82C4C718CE6DBE0050EB79 /* brdwin.cxx */, BE82C4C818CE6DBE0050EB79 /* btndlg.cxx */, BE82C4C918CE6DBE0050EB79 /* builder.cxx */, - BE82C4CA18CE6DBE0050EB79 /* cmdevt.cxx */, + BE82C4CA18CE6DBE0050EB79 /* commandevent.cxx */, BE82C4CB18CE6DBE0050EB79 /* cursor.cxx */, BE82C4CC18CE6DBE0050EB79 /* decoview.cxx */, BE82C4CD18CE6DBE0050EB79 /* dialog.cxx */, |