summaryrefslogtreecommitdiffstats
path: root/bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-01-02 15:15:38 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-01-02 15:20:39 +0100
commit610ceb05025c9c7a9a34dddcb0dac506b8eab441 (patch)
tree61c3c0eb47ac398aec3c17056e47e645a49a9fbd /bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx
parenttdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo() (diff)
downloadcore-610ceb05025c9c7a9a34dddcb0dac506b8eab441.tar.gz
core-610ceb05025c9c7a9a34dddcb0dac506b8eab441.zip
Fix some warnings for Raspberry pi 4 (part4)
Fix similar pbs as previous commits Change-Id: Ib2964329f75402cd5457e4bf3362076c0d4f4ea2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108572 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx33
1 files changed, 0 insertions, 33 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx b/bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx
deleted file mode 100644
index 7057cb4ed161..000000000000
--- a/bridges/source/cpp_uno/gcc3_linux_arm/rtti.hxx
+++ /dev/null
@@ -1,33 +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 <sal/config.h>
-
-#include <typeinfo>
-
-#include <typelib/typedescription.h>
-
-namespace arm
-{
-std::type_info* getRtti(typelib_TypeDescription const& type);
-}
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */