View | Details | Raw Unified | Return to issue 119090
Collapse All | Expand All

(-)trunk/main/unotools/source/config/saveopt.cxx (-6 / +6 lines)
Lines 1-5 Link Here
1
/**************************************************************
1
/**************************************************************
2
 * 
2
 *
3
 * Licensed to the Apache Software Foundation (ASF) under one
3
 * Licensed to the Apache Software Foundation (ASF) under one
4
 * or more contributor license agreements.  See the NOTICE file
4
 * or more contributor license agreements.  See the NOTICE file
5
 * distributed with this work for additional information
5
 * distributed with this work for additional information
Lines 7-22 Link Here
7
 * to you under the Apache License, Version 2.0 (the
7
 * to you under the Apache License, Version 2.0 (the
8
 * "License"); you may not use this file except in compliance
8
 * "License"); you may not use this file except in compliance
9
 * with the License.  You may obtain a copy of the License at
9
 * with the License.  You may obtain a copy of the License at
10
 * 
10
 *
11
 *   http://www.apache.org/licenses/LICENSE-2.0
11
 *   http://www.apache.org/licenses/LICENSE-2.0
12
 * 
12
 *
13
 * Unless required by applicable law or agreed to in writing,
13
 * Unless required by applicable law or agreed to in writing,
14
 * software distributed under the License is distributed on an
14
 * software distributed under the License is distributed on an
15
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
 * KIND, either express or implied.  See the License for the
16
 * KIND, either express or implied.  See the License for the
17
 * specific language governing permissions and limitations
17
 * specific language governing permissions and limitations
18
 * under the License.
18
 * under the License.
19
 * 
19
 *
20
 *************************************************************/
20
 *************************************************************/
21
21
22
22
Lines 432-439 Link Here
432
	, bDoPrettyPrinting( sal_False )
432
	, bDoPrettyPrinting( sal_False )
433
    , bWarnAlienFormat( sal_True )
433
    , bWarnAlienFormat( sal_True )
434
    , bLoadDocPrinter( sal_True )
434
    , bLoadDocPrinter( sal_True )
435
    , bUseSHA1InODF12( sal_False )
435
    , bUseSHA1InODF12( sal_True )
436
    , bUseBlowfishInODF12( sal_False )
436
    , bUseBlowfishInODF12( sal_True )
437
    , eODFDefaultVersion( SvtSaveOptions::ODFVER_LATEST )
437
    , eODFDefaultVersion( SvtSaveOptions::ODFVER_LATEST )
438
    , bROAutoSaveTime( CFG_READONLY_DEFAULT )
438
    , bROAutoSaveTime( CFG_READONLY_DEFAULT )
439
    , bROUseUserData( CFG_READONLY_DEFAULT )
439
    , bROUseUserData( CFG_READONLY_DEFAULT )

Return to issue 119090