diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-09 11:22:41 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-09 11:22:41 +0000 |
commit | b4172879c3c552d580e4875644379ef189c0cbed (patch) | |
tree | 5740808b1e073d418e2da17786d916e80a0032d0 /cppuhelper | |
parent | 98bb661654762cbd670c965a1f8db767b79d815d (diff) |
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
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/findsofficepath.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/cppuhelper/inc/cppuhelper/findsofficepath.h b/cppuhelper/inc/cppuhelper/findsofficepath.h new file mode 100644 index 000000000..b00d526c5 --- /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 + * <http://www.openoffice.org/license.html> + * 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 |