summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-20 17:09:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 11:34:38 +0100
commit5002fa3e4ead8e8a9d0465adef212179ca79c2e9 (patch)
tree7f4036575595771b215e7197debe1bb31b077d2b /offapi
parent43562b91f993eee0d201a40032acb4c76f45d866 (diff)
Revert "fdo#46808, Create new-style frame::ToolBarControllerFactory service"
This reverts commit ecae523d9603eaf7ff0acc98682576813e50c94a. Conflicts: framework/source/uielement/toolbarmanager.cxx offapi/UnoApi_offapi.mk Change-Id: I9f5fe49ffdf3176f0d742d28277c4ec2afbc1ed4 (cherry picked from commit e9679a4a769e1edcc9c41c96de5739286323be79)
Diffstat (limited to 'offapi')
-rw-r--r--offapi/UnoApi_offapi.mk1
-rw-r--r--offapi/com/sun/star/frame/ToolBarControllerFactory.idl41
2 files changed, 0 insertions, 42 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index d88825745b4b..c1d53bc52aa9 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -197,7 +197,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/frame,\
PopupMenuControllerFactory \
SessionListener \
StartModule \
- ToolBarControllerFactory \
TaskCreator \
UICommandDescription \
))
diff --git a/offapi/com/sun/star/frame/ToolBarControllerFactory.idl b/offapi/com/sun/star/frame/ToolBarControllerFactory.idl
deleted file mode 100644
index 8b62631253b5..000000000000
--- a/offapi/com/sun/star/frame/ToolBarControllerFactory.idl
+++ /dev/null
@@ -1,41 +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 __com_sun_star_frame_ToolBarControllerFactory_idl__
-#define __com_sun_star_frame_ToolBarControllerFactory_idl__
-
-#include <com/sun/star/frame/XUIControllerRegistration.idl>
-
-
-module com { module sun { module star { module frame {
-
-
-/**
- This interface could be incomplete since I derived it from it's sole place of use.
-
- @since LibreOffice 4.1
- */
-service ToolBarControllerFactory : XUIControllerRegistration;
-
-}; }; }; };
-
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */