sc/source/filter/inc/scfobj.hxx |   34 ----------------------------------
 solenv/clang-format/excludelist |    1 -
 2 files changed, 35 deletions(-)

New commits:
commit 75932cc26ca18a6f526663416c5ca0ec203f49a3
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Mon Oct 17 11:49:20 2022 +0200
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Tue Oct 18 08:35:31 2022 +0200

    Remove scfobj.hxx
    
    It's never included.
    
    It passed "make check" on Linux.
    
    Change-Id: I1a58f36b081d85ad18c2794120f3a343b30f0ac8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141476
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/sc/source/filter/inc/scfobj.hxx b/sc/source/filter/inc/scfobj.hxx
deleted file mode 100644
index 1380ed1ee9eb..000000000000
--- a/sc/source/filter/inc/scfobj.hxx
+++ /dev/null
@@ -1,34 +0,0 @@
-/* -*- 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 .
- */
-
-#pragma once
-
-#include <types.hxx>
-
-class ScDocument;
-namespace tools { class Rectangle; }
-
-class Sc10InsertObject
-{
-public:
-    static void InsertChart( ScDocument* pDoc, SCTAB nDestTab, const 
tools::Rectangle& rRect,
-                                SCTAB nSrcTab, sal_uInt16 nX1, sal_uInt16 nY1, 
sal_uInt16 nX2, sal_uInt16 nY2 );
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist
index 8a5e3b55f278..a84fe3ddc985 100644
--- a/solenv/clang-format/excludelist
+++ b/solenv/clang-format/excludelist
@@ -8437,7 +8437,6 @@ sc/source/filter/inc/rtfexp.hxx
 sc/source/filter/inc/rtfparse.hxx
 sc/source/filter/inc/scenariobuffer.hxx
 sc/source/filter/inc/scenariocontext.hxx
-sc/source/filter/inc/scfobj.hxx
 sc/source/filter/inc/sharedstringsbuffer.hxx
 sc/source/filter/inc/sharedstringsfragment.hxx
 sc/source/filter/inc/sheetdatabuffer.hxx

Reply via email to