/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 . */ #ifndef INCLUDED_SVX_INC_SXMSITM_HXX #define INCLUDED_SVX_INC_SXMSITM_HXX #include #include "sxsiitm.hxx" // Measure scale setting // We do not overwrite a measure scale (UIScale), If the model already has one set. // Instead, we multiply them with each other. class SdrMeasureScaleItem final : public SdrScaleItem { public: SdrMeasureScaleItem() : SdrScaleItem(SDRATTR_MEASURESCALE, Fraction(1, 1)) { } virtual SdrMeasureScaleItem* Clone(SfxItemPool*) const override { return new SdrMeasureScaleItem(*this); } }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ro/collabora/co-24.04'>distro/collabora/co-24.04 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-10-19 10:05:24 +0200
committerAndras Timar <andras.timar@collabora.com>2016-10-19 10:05:24 +0200
commit35a31ff71279807598c4ee4cd84d831e2c3270dd (patch)
treefa5d0dd61202ea61e565e7f4985482c891218b10
parent4a45b12af9d0be41780e5a29b73e8e595f3f430f (diff)
Updated Slovenian translation
Change-Id: I5b14dba08f409bbedaca6100be56b1374a5328cf