summaryrefslogtreecommitdiffstats
path: root/include/codemaker
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-16 13:41:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-17 07:52:09 +0200
commitfb4bf693999b8a1ebf79bad0d223ae2d4398cf81 (patch)
treef13b1c43880542447dcd3866cadca42e354cfbff /include/codemaker
parentremove unused None from ErrorCode (diff)
downloadcore-fb4bf693999b8a1ebf79bad0d223ae2d4398cf81.tar.gz
core-fb4bf693999b8a1ebf79bad0d223ae2d4398cf81.zip
remove unused KeywordsOnly from IdentifierTranslationMode
Change-Id: I7262e618a14fa9e025d269b560da752e3200309d
Diffstat (limited to 'include/codemaker')
-rw-r--r--include/codemaker/commoncpp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/codemaker/commoncpp.hxx b/include/codemaker/commoncpp.hxx
index a1a8e9180e59..29e2c9dfc2e1 100644
--- a/include/codemaker/commoncpp.hxx
+++ b/include/codemaker/commoncpp.hxx
@@ -47,8 +47,7 @@ rtl::OString translateUnoToCppType(
enum class IdentifierTranslationMode {
Global,
- NonGlobal,
- KeywordsOnly
+ NonGlobal
};
rtl::OString translateUnoToCppIdentifier(