offapi/com/sun/star/util/XCacheInfo.idl | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-)
New commits: commit 99eab75edd636fbb3e01e9a59e84b7729d999738 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon May 30 14:12:23 2022 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Mon May 30 16:37:36 2022 +0200 offapi: fix util::XCacheInfo header/footer Addresses <https://gerrit.libreoffice.org/c/core/+/135114/2#message-6f69c01338150fe3114c2699b417fc7223154cd2>. Change-Id: I36d48288be1456f06813befbb24e896767957eb6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135126 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/offapi/com/sun/star/util/XCacheInfo.idl b/offapi/com/sun/star/util/XCacheInfo.idl index 299d49690246..d7c403974d28 100644 --- a/offapi/com/sun/star/util/XCacheInfo.idl +++ b/offapi/com/sun/star/util/XCacheInfo.idl @@ -1,20 +1,10 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * 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 __com_sun_star_util_XCacheInfo_idl__ #define __com_sun_star_util_XCacheInfo_idl__ @@ -37,4 +27,4 @@ interface XCacheInfo: com::sun::star::uno::XInterface #endif -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ +/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */