# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-12-08 23:54:30 +0100
committerEike Rathke <erack@redhat.com>2017-12-08 23:54:35 +0100
commit5a2daafe383a54c7b85c8259633b0bab7be935d6 (patch)
treee8a5a77c4342c4aba50922f9d3461ec2b8eafd38 /uui
parentbbbf15993c48fffcf99e62d4876910e18b633762 (diff)
GetCurrentNumberFormatType() mask out the user defined bit
SvNumberformat::GetType() includes css::util::NumberFormat::DEFINED whereas SvNumberFormatter::GetType() does not. For the type determination we don't need the user defined bit, or even don't want it to be a different type. Change-Id: I713eeb25af01110a0f27bc0c082a7483efdf55db