diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-07 20:56:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-09 08:51:05 +0100 |
commit | bcbb3c4f5b23acd4fe73c7d8b080d20c49d664f8 (patch) | |
tree | be631397a713692cb1081d72d7be789a3db2cc80 /l10ntools/inc/gConvUlf.hxx | |
parent | c07b913cc6f2ad29863c0c9a50bd3b6bdd849569 (diff) |
Remove dead Executable_genlang
...originally introduce with 999c68f12f1d95b16a97294949a0e6ba6d3ba259 "genLang
project (awareness)", but apparently never took off.
Change-Id: I6f61271a75d96750dea63de596b7745c2f589b83
Reviewed-on: https://gerrit.libreoffice.org/49389
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'l10ntools/inc/gConvUlf.hxx')
-rw-r--r-- | l10ntools/inc/gConvUlf.hxx | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/l10ntools/inc/gConvUlf.hxx b/l10ntools/inc/gConvUlf.hxx deleted file mode 100644 index 85902e4bba0f..000000000000 --- a/l10ntools/inc/gConvUlf.hxx +++ /dev/null @@ -1,44 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ -#ifndef GCONULF_HXX -#define GCONULF_HXX -#include "gConv.hxx" - - - -extern int ulflex(void); - - -class convert_ulf : public convert_gen -{ - public: - convert_ulf(l10nMem& crMemory) : convert_gen(crMemory) {}; - ~convert_ulf() override {}; - - void setKey(char *syyText); - void setText(char *syyText, bool bIsEnUs); - void setValue(char *syyText); - - private: - string msKey; - - void doExecute() override; - void handleLines(); -}; -#endif |