1*6a653dafSJuergen Schmidt /**************************************************************
2*6a653dafSJuergen Schmidt  *
3*6a653dafSJuergen Schmidt  * Licensed to the Apache Software Foundation (ASF) under one
4*6a653dafSJuergen Schmidt  * or more contributor license agreements.  See the NOTICE file
5*6a653dafSJuergen Schmidt  * distributed with this work for additional information
6*6a653dafSJuergen Schmidt  * regarding copyright ownership.  The ASF licenses this file
7*6a653dafSJuergen Schmidt  * to you under the Apache License, Version 2.0 (the
8*6a653dafSJuergen Schmidt  * "License"); you may not use this file except in compliance
9*6a653dafSJuergen Schmidt  * with the License.  You may obtain a copy of the License at
10*6a653dafSJuergen Schmidt  *
11*6a653dafSJuergen Schmidt  *   http://www.apache.org/licenses/LICENSE-2.0
12*6a653dafSJuergen Schmidt  *
13*6a653dafSJuergen Schmidt  * Unless required by applicable law or agreed to in writing,
14*6a653dafSJuergen Schmidt  * software distributed under the License is distributed on an
15*6a653dafSJuergen Schmidt  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*6a653dafSJuergen Schmidt  * KIND, either express or implied.  See the License for the
17*6a653dafSJuergen Schmidt  * specific language governing permissions and limitations
18*6a653dafSJuergen Schmidt  * under the License.
19*6a653dafSJuergen Schmidt  *
20*6a653dafSJuergen Schmidt  *************************************************************/
21*6a653dafSJuergen Schmidt 
22*6a653dafSJuergen Schmidt 
23*6a653dafSJuergen Schmidt 
24*6a653dafSJuergen Schmidt #ifndef _MNSFOLDERS_HXX_
25*6a653dafSJuergen Schmidt #define _MNSFOLDERS_HXX_
26*6a653dafSJuergen Schmidt 
27*6a653dafSJuergen Schmidt #include <sal/types.h>
28*6a653dafSJuergen Schmidt #include <osl/diagnose.h>
29*6a653dafSJuergen Schmidt #include <osl/conditn.hxx>
30*6a653dafSJuergen Schmidt #ifndef _COM_SUN_STAR_MOZILLA_MOZILLPRODUCTTYPE_HPP_
31*6a653dafSJuergen Schmidt #include <com/sun/star/mozilla/MozillaProductType.hpp>
32*6a653dafSJuergen Schmidt #endif
33*6a653dafSJuergen Schmidt 
34*6a653dafSJuergen Schmidt #include <rtl/ustring.hxx>
35*6a653dafSJuergen Schmidt 
36*6a653dafSJuergen Schmidt ::rtl::OUString getRegistryDir(::com::sun::star::mozilla::MozillaProductType product);
37*6a653dafSJuergen Schmidt 
38*6a653dafSJuergen Schmidt #endif
39*6a653dafSJuergen Schmidt 
40