tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sc / source / core / data / celltextattr.cxx
blob09bfb0829a6708695d44ee97c30a134bdde576fb
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
10 #include <celltextattr.hxx>
11 #include <globalnames.hxx>
13 namespace sc {
15 CellTextAttr::CellTextAttr() :
16 mnTextWidth(TEXTWIDTH_DIRTY),
17 mnScriptType(SvtScriptType::UNKNOWN) {}
21 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */