diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-10 14:45:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-10 17:39:55 +0100 |
commit | 2598a15ed2e7bc4afb60e0e61ed611b6a5633e5e (patch) | |
tree | 90eadb986144a18842481b7b48712ee9338c6bd8 /forms/source/misc | |
parent | ee2befb8628b67da206d39030af22ff8fc04d318 (diff) |
forms: simplify deprecated XTypeProvider.getImplementationId
...and remove thus unused unotools/idhelper.hxx
Change-Id: I63affbcb0494ef91bc010b9dd5512d4cc718d7a2
Diffstat (limited to 'forms/source/misc')
-rw-r--r-- | forms/source/misc/ids.cxx | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/forms/source/misc/ids.cxx b/forms/source/misc/ids.cxx deleted file mode 100644 index 120800ce0c02..000000000000 --- a/forms/source/misc/ids.cxx +++ /dev/null @@ -1,25 +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 . - */ - -#include "ids.hxx" - -IMPLEMENT_IMPLEMENTATIONID_HELPER(frm, OImplementationIds) - - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |