50 null derefs seen in crashreporting report
[LibreOffice.git] / oox / inc / ooxresid.hxx
blob473e13407ac3a6f157e9ad4c1eb4e0845fd5eb0f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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_OOX_INC_RESID_HXX
11 #define INCLUDED_OOX_INC_RESID_HXX
13 #include <rtl/ustring.hxx>
14 #include <unotools/resmgr.hxx>
16 OUString OoxResId(TranslateId aId);
18 #endif
19 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */