diff options
author | Troy Rollo <libreoffice@troy.rollo.name> | 2017-06-06 17:41:33 +1000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-13 18:55:15 +0200 |
commit | a5b4cb3f836c991d0647f55e1ef4920ce6115eac (patch) | |
tree | cb69d051ed559d806dd60657ddd0186a6b962b60 /xmloff/inc | |
parent | 3c641c9c1f2ec01a9ae61e955ceb69c52e45f31e (diff) |
tdf#103091 conditional style conditions not saved
Change-Id: Iccf3eb531ee3382d27105e5ccce6013707a646b6
Reviewed-on: https://gerrit.libreoffice.org/38451
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/prstylecond.hxx | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/xmloff/inc/prstylecond.hxx b/xmloff/inc/prstylecond.hxx new file mode 100644 index 000000000000..85c9aae7e167 --- /dev/null +++ b/xmloff/inc/prstylecond.hxx @@ -0,0 +1,23 @@ +/* -*- 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 . + */ + +OUString GetParaStyleCondExternal( OUString const &); +OUString GetParaStyleCondInternal( OUString const &); + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |