# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,sw_complex)) $(eval $(call gb_JunitTest_add_sourcefiles,sw_complex,\ sw/qa/complex/indeterminateState/CheckIndeterminateState \ )) $(eval $(call gb_JunitTest_use_unoapi_jars,sw_complex)) # vim: set noet sw=4 ts=4: o/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-02-20 15:46:08 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-02-20 15:53:41 +0100
commit4ac48167662c592c21025b89fe8f6925c680c6e0 (patch)
tree94b349d35b5abc14f8a43a6553b14252e7e87592 /qadevOOo
parent7794baf89e74fc8308c8e1505f47d60b6547465f (diff)
n#695479 fix rtf/docx import of transparent frames
Previously all frames were opaque by default, which is the Writer but not the docx/rtf default. Change the default, while keeping the possibility to set an opaque color background for the frame.