Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / scp2 / source / tde / file_tde.scp
blobb4a7e1daf1579e7eebf3a42939193005e985df48
1 /*************************************************************************
2  * Version: MPL 1.1 / GPLv3+ / LGPLv3+
3  *
4  * The contents of this file are subject to the Mozilla Public License Version
5  * 1.1 (the "License"); you may not use this file except in compliance with
6  * the License. You may obtain a copy of the License at
7  * http://www.mozilla.org/MPL/
8  *
9  * Software distributed under the License is distributed on an "AS IS" basis,
10  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11  * for the specific language governing rights and limitations under the
12  * License.
13  *
14  * The Initial Developer of the Original Code is
15  * Timothy Pearson <kb9vqf@pearsoncomputing.net> (C) 2012, All Rights Reserved.
16  *
17  * Alternatively, the contents of this file may be used under the terms of
18  * either the GNU General Public License Version 3 or later (the "GPLv3+"), or
19  * the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
20  * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
21  * instead of those above.
22  *
23  ************************************************************************/
24 #include "macros.inc"
26 #ifdef ENABLE_TDE
27 File gid_File_Lib_Tdebe
28     TXT_FILE_BODY;
29     Styles = (PACKED);
30     Dir = SCP2_OOO_BIN_DIR;
31     Name = STRING(CONCAT2(tdebe1.uno,UNXSUFFIX));
32 End
33 #endif