From 35e68754ec3cff30c5cdb665688a9b13f29dd439 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 1 Oct 2015 15:10:56 +0200 Subject: loplugin:unusedmethods Change-Id: I3d6f1300f4fae2af9e580d1d3b2c2c80fa9e9268 Reviewed-on: https://gerrit.libreoffice.org/19075 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- xmlsecurity/inc/xmlsecurity/certvalidity.hxx | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 xmlsecurity/inc/xmlsecurity/certvalidity.hxx (limited to 'xmlsecurity/inc') diff --git a/xmlsecurity/inc/xmlsecurity/certvalidity.hxx b/xmlsecurity/inc/xmlsecurity/certvalidity.hxx deleted file mode 100644 index 091165c5c243..000000000000 --- a/xmlsecurity/inc/xmlsecurity/certvalidity.hxx +++ /dev/null @@ -1,30 +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 . - */ - -#ifndef INCLUDED_XMLSECURITY_INC_XMLSECURITY_CERTVALIDITY_HXX -#define INCLUDED_XMLSECURITY_INC_XMLSECURITY_CERTVALIDITY_HXX - -#include -#include - -OUString certificateValidityToOUString( ::sal_Int32 certValidity ) ; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit