From 8efb852024336b455a9d078c675645e01589afdc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 27 Apr 2017 11:28:29 +0100 Subject: another name for a nonlocalized string is a string Change-Id: Ic4ff92720edd1c10dd6d5eff026e79cb02990005 --- sfx2/inc/strings.hxx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sfx2/inc/strings.hxx (limited to 'sfx2/inc') diff --git a/sfx2/inc/strings.hxx b/sfx2/inc/strings.hxx new file mode 100644 index 000000000000..aa4c0c662b26 --- /dev/null +++ b/sfx2/inc/strings.hxx @@ -0,0 +1,17 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ +/* + * 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/. + */ + +#ifndef INCLUDED_SFX2_INC_STRINGS_HXX +#define INCLUDED_SFX2_INC_STRINGS_HXX + +#define STR_HTML_GENERATOR "%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION (%1)" + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ -- cgit