diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-04-26 23:11:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-27 08:24:53 +0200 |
commit | 8c0d170cf9270c06232562a26d70341012847364 (patch) | |
tree | 4e7d381f476e20dea1a6f656a500d5e34504d5de /svx/inc | |
parent | 1cf751c787f135597b4151c5a7d9c4afe69ede9c (diff) |
Drop newly unused svdglob.hxx
Contained only a l10n wrapper method above SvxResId
Change-Id: I9ea7537773b40c38835b8fe975e303cc3dc433c1
Reviewed-on: https://gerrit.libreoffice.org/53547
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svdglob.hxx | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/svx/inc/svdglob.hxx b/svx/inc/svdglob.hxx deleted file mode 100644 index 296562342431..000000000000 --- a/svx/inc/svdglob.hxx +++ /dev/null @@ -1,36 +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_SVX_INC_SVDGLOB_HXX -#define INCLUDED_SVX_INC_SVDGLOB_HXX - -#include <rtl/ustring.hxx> -#include <sal/config.h> -#include <svx/svxdllapi.h> - -// ResourceCache for frequently used strings. -// Global string resources with the IDs from -// SDR_StringCacheBegin (256) to SDR_StringCacheEnd -// are cached. -// See also SvdStr.Hrc -SVX_DLLPUBLIC OUString ImpGetResStr(const char* pResID); - -#endif // INCLUDED_SVX_INC_SVDGLOB_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |