From b6c3afdcbe66075f5a82d35ce8e403e7fe696174 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 24 Jul 2017 13:56:33 +0200 Subject: SdrGlobalData::aUserMakeObjUserDataHdl is unused ever since commit ddb1d5ebf0a81888001ffa1dbab883df70cdc279 Author: Felix Zhang Date: Fri Nov 18 18:23:52 2011 +0800 remove unused Sdr methods removed the SdrObjFactory::MakeNewObjUserData method Change-Id: I95c167b2f20b436bcc0085b6b616406ac210045f Reviewed-on: https://gerrit.libreoffice.org/40363 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/inc/sdobjfac.hxx | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 sd/inc/sdobjfac.hxx (limited to 'sd/inc') diff --git a/sd/inc/sdobjfac.hxx b/sd/inc/sdobjfac.hxx deleted file mode 100644 index 56c96baf3442..000000000000 --- a/sd/inc/sdobjfac.hxx +++ /dev/null @@ -1,39 +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_SD_INC_SDOBJFAC_HXX -#define INCLUDED_SD_INC_SDOBJFAC_HXX - -#include - -class SdrObjFactory; - -class SdObjectFactory -{ -public: - SdObjectFactory() {} - - DECL_STATIC_LINK( SdObjectFactory, MakeUserData, SdrObjUserDataCreatorParams, SdrObjUserData* ); -}; - -extern SdObjectFactory aSdObjectFactory; - -#endif // INCLUDED_SD_INC_SDOBJFAC_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3