From fb4bf693999b8a1ebf79bad0d223ae2d4398cf81 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 16 Feb 2017 13:41:29 +0200 Subject: remove unused KeywordsOnly from IdentifierTranslationMode Change-Id: I7262e618a14fa9e025d269b560da752e3200309d --- include/codemaker/commoncpp.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/codemaker') 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( -- cgit