From d85cedccf319ae10274468047c8c75996219e962 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 9 Jun 2008 11:22:41 +0000 Subject: INTEGRATION: CWS sb87 (1.1.2); FILE ADDED 2008/04/24 11:52:26 sb 1.1.2.1: #i88687# extracted cppuhelper_detail_findSofficePath from odk/source/unoapploader --- cppuhelper/inc/cppuhelper/findsofficepath.h | 48 +++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 cppuhelper/inc/cppuhelper/findsofficepath.h (limited to 'cppuhelper') diff --git a/cppuhelper/inc/cppuhelper/findsofficepath.h b/cppuhelper/inc/cppuhelper/findsofficepath.h new file mode 100644 index 000000000000..b00d526c5cb2 --- /dev/null +++ b/cppuhelper/inc/cppuhelper/findsofficepath.h @@ -0,0 +1,48 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: findsofficepath.h,v $ + * $Revision: 1.2 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + +#ifndef INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H +#define INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H + +#include "sal/config.h" + +#if defined __cplusplus +extern "C" { +#endif + +/* Internal function to find an soffice installation. + Not to be called by client code */ +char const* cppuhelper_detail_findSofficePath(void); + +#if defined __cplusplus +} +#endif + +#endif -- cgit v1.2.3