summaryrefslogtreecommitdiff
path: root/idl/source/prj
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-03 16:36:01 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-04 11:39:51 +0000
commit228a5704b3ca1addd7aa5de7a04865df4dc5b091 (patch)
tree2b40962339c6162ee8a8a61c7c5eb6ad41c82a26 /idl/source/prj
parent5ec98c76986c1fe004fe10b1a003618d74a2c5d3 (diff)
remove unused HasDialog from SDI files
Change-Id: I26f2cef48fcc7a6c4a6b93668b836879254f3eb0 Reviewed-on: https://gerrit.libreoffice.org/22098 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'idl/source/prj')
-rw-r--r--idl/source/prj/command.cxx1
-rw-r--r--idl/source/prj/globals.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index 6e6afd3c8711..fa74f42636f1 100644
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -84,7 +84,6 @@ char const * SyntaxStrings[] = {
"\t\tFastCall",
"\t\tGet, Set",
"\t\tGroupId = Identifier",
-"\t\tHasDialog",
"\t\tIsCollection",
"\t\tImageRotation",
"\t\tImageReflection",
diff --git a/idl/source/prj/globals.cxx b/idl/source/prj/globals.cxx
index b8357d8c5c0c..634212f3459d 100644
--- a/idl/source/prj/globals.cxx
+++ b/idl/source/prj/globals.cxx
@@ -106,7 +106,6 @@ SvGlobalHashNames::SvGlobalHashNames()
A_ENTRY(ExecMethod)
A_ENTRY(StateMethod)
A_ENTRY(GroupId)
- A_ENTRY(HasDialog)
A_ENTRY(TypeLibFile)
A_ENTRY(Export)
A_ENTRY(Automation)