From d47d1d921570c8055491c4ed8894b371f1a0e6ee Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 17 May 2017 20:54:04 +0100 Subject: FwkResId and FwlResId are the same and FWK_RESSTR/.toString can be removed now Change-Id: I7d2d56681fc9be31948bbb4dae737a75cc59d065 --- framework/inc/classes/fwlresid.hxx | 40 -------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 framework/inc/classes/fwlresid.hxx (limited to 'framework/inc') diff --git a/framework/inc/classes/fwlresid.hxx b/framework/inc/classes/fwlresid.hxx deleted file mode 100644 index 11a0ac702af3..000000000000 --- a/framework/inc/classes/fwlresid.hxx +++ /dev/null @@ -1,40 +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_FRAMEWORK_INC_CLASSES_FWLRESID_HXX -#define INCLUDED_FRAMEWORK_INC_CLASSES_FWLRESID_HXX - -#include - -namespace framework -{ - -class FwlResId : public ResId -{ - public: - FwlResId( sal_uInt16 nId ); - - static ResMgr* GetResManager(); -}; - -} - -#endif // __FRAMEWORK_CLASSES_FwlResId - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit