nss: upgrade to release 3.73
[LibreOffice.git] / sw / source / filter / ww8 / docxhelper.hxx
blob6133c6dfb8e0f34d17c9163a6eec4ff7fe993b17
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #ifndef INCLUDED_SW_SOURCE_FILTER_WW8_DOCXHELPER_HXX
11 #define INCLUDED_SW_SOURCE_FILTER_WW8_DOCXHELPER_HXX
13 #include <rtl/ustring.hxx>
15 struct DocxStringTokenMap
17 const char* pToken;
18 sal_Int32 nToken;
21 sal_Int32 DocxStringGetToken(DocxStringTokenMap const* pMap, const OUString& rName);
23 #endif // INCLUDED_SW_SOURCE_FILTER_WW8_DOCXHELPER_HXX
25 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */