/* -*- 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 INCLUDED_SVTOOLS_SVTRESID_HXX #define INCLUDED_SVTOOLS_SVTRESID_HXX #include #include #include class SVT_DLLPUBLIC SvtResId: public ResId { public: SvtResId(sal_uInt16 nId); static void DeleteResMgr(); }; #define SVT_RESSTR(i) SvtResId(i).toString() #endif // INCLUDED_SVTOOLS_SVTRESID_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /go.suokunlong.cn:88/cgit/lo/core/commit/?id=e66d82f72a09052e66e0ebface3135b04593edee'/> e66d82f72a09052e66e0ebface3135b04593edee Change-Id: I6d89696655398f1ebb634d08be6094bc17911e18 Reviewed-on: https://gerrit.libreoffice.org/65691 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Change-Id: I6d89696655398f1ebb634d08be6094bc17911e18
Reviewed-on: https://gerrit.libreoffice.org/65691
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Colibre icons: finish svx galaxy support 2018-04-03T20:13:52+00:00 andreas kainz kainz.a@gmail.com 2018-04-03T16:24:52+00:00 5f3cacc4d9fa5cce94ae8e024cd7eb236bc52472 Change-Id: I740f97b2e65eddc30682ba9a61ec39cff57107ae Reviewed-on: https://gerrit.libreoffice.org/52338 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Change-Id: I740f97b2e65eddc30682ba9a61ec39cff57107ae
Reviewed-on: https://gerrit.libreoffice.org/52338
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: andreas_kainz <kainz.a@gmail.com>