Revert "Revert "Revert "stronger typing for SwClient::GetRegisteredIn"" and fix SwIte...
[LibreOffice.git] / shell / inc / spsupp / spsuppServ.hpp
blob7e4d2fc54cd9eddfba4eee046aeea584dda49004
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_SHELL_INC_SPSUPP_SPSUPPSERV_HPP
11 #define INCLUDED_SHELL_INC_SPSUPP_SPSUPPSERV_HPP
13 #include <objbase.h>
15 ITypeLib* GetTypeLib();
16 const wchar_t* GetHelperExe();
18 #endif
20 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */