chart2/source/controller/sidebar/ChartAxisPanel.cxx | 1 chart2/source/controller/sidebar/ChartElementsPanel.cxx | 1 chart2/source/controller/sidebar/ChartErrorBarPanel.cxx | 1 chart2/source/controller/sidebar/ChartSeriesPanel.cxx | 1 include/sfx2/sidebar/ResourceDefinitions.hrc | 46 ---------------- sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx | 1 sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx | 1 sfx2/source/sidebar/SidebarChildWindow.cxx | 1 svx/source/sidebar/area/AreaPropertyPanel.cxx | 1 svx/source/sidebar/area/AreaPropertyPanel.src | 1 svx/source/sidebar/area/AreaPropertyPanelBase.cxx | 1 svx/source/sidebar/graphic/GraphicPropertyPanel.cxx | 1 svx/source/sidebar/line/LinePropertyPanel.cxx | 1 svx/source/sidebar/line/LinePropertyPanel.src | 2 svx/source/sidebar/line/LinePropertyPanelBase.cxx | 2 svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 12 ---- svx/source/sidebar/paragraph/ParaPropertyPanel.src | 2 svx/source/sidebar/possize/PosSizePropertyPanel.cxx | 2 svx/source/sidebar/shadow/ShadowPropertyPanel.cxx | 2 svx/source/sidebar/text/TextCharacterSpacingControl.cxx | 1 svx/source/sidebar/text/TextUnderlineControl.cxx | 1 sw/source/ui/sidebar/PagePropertyPanel.src | 1 22 files changed, 5 insertions(+), 78 deletions(-)
New commits: commit b225f421e82635093d1ad1eae4272a85089fbc3d Author: Caolán McNamara <caol...@redhat.com> Date: Thu Oct 6 11:47:22 2016 +0100 drop now unused sfx2/sidebar/ResourceDefinitions.hrc Change-Id: I151a37a37435a44e7331d957bd9d36f84cdf8677 diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx index 27cb58b..83492a5 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/ControlFactory.hxx> #include <com/sun/star/chart/ChartAxisLabelPosition.hpp> diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.cxx b/chart2/source/controller/sidebar/ChartElementsPanel.cxx index 9829a63..11e9956 100644 --- a/chart2/source/controller/sidebar/ChartElementsPanel.cxx +++ b/chart2/source/controller/sidebar/ChartElementsPanel.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/ControlFactory.hxx> #include <com/sun/star/chart2/LegendPosition.hpp> #include <com/sun/star/chart/ChartLegendExpansion.hpp> diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx index 13e3d61..28cc584 100644 --- a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx +++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/ControlFactory.hxx> #include <com/sun/star/chart/ChartAxisLabelPosition.hpp> diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx index b23733e..5ef6a5a 100644 --- a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx +++ b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/ControlFactory.hxx> #include <com/sun/star/chart2/DataPointLabel.hpp> diff --git a/include/sfx2/sidebar/ResourceDefinitions.hrc b/include/sfx2/sidebar/ResourceDefinitions.hrc deleted file mode 100644 index 503f897..0000000 --- a/include/sfx2/sidebar/ResourceDefinitions.hrc +++ /dev/null @@ -1,46 +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_SFX2_SIDEBAR_RESOURCEDEFINITIONS_HRC -#define INCLUDED_SFX2_SIDEBAR_RESOURCEDEFINITIONS_HRC - -#include <sfx2/sfx.hrc> - -#ifndef STD_MASKCOLOR -#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } -#endif - -//unit pixel -//panel common -#define PROPERTYPAGE_WIDTH 109 - -//about section page -#define CONTROL_SPACING_VERTICAL 5 -#define CONTROL_SPACING_HORIZONTAL 3 -#define TEXT_CONTROL_SPACING_VERTICAL 2 - -#define TEXT_HEIGHT 8 -#define MBOX_HEIGHT 12 - -//about popup panel -#define POPUPPANEL_MARGIN_VERTICAL 7 -#define POPUPPANEL_MARGIN_HORIZONTAL 7 - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx index a2d798b..de3023d 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/Theme.hxx> #include <sfx2/sidebar/ControlFactory.hxx> #include "CellAppearancePropertyPanel.hxx" diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx index 8fdc177..b35720c 100644 --- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx +++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/ControlFactory.hxx> #include "NumberFormatPropertyPanel.hxx" #include "sc.hrc" diff --git a/sfx2/source/sidebar/SidebarChildWindow.cxx b/sfx2/source/sidebar/SidebarChildWindow.cxx index bdc9aa1..126d304 100644 --- a/sfx2/source/sidebar/SidebarChildWindow.cxx +++ b/sfx2/source/sidebar/SidebarChildWindow.cxx @@ -24,7 +24,6 @@ #include <sfx2/sfxsids.hrc> #include "helpid.hrc" #include <sfx2/dockwin.hxx> -#include <sfx2/sidebar/ResourceDefinitions.hrc> namespace sfx2 { namespace sidebar { diff --git a/svx/source/sidebar/area/AreaPropertyPanel.cxx b/svx/source/sidebar/area/AreaPropertyPanel.cxx index 2535e56..58f3aed 100644 --- a/svx/source/sidebar/area/AreaPropertyPanel.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanel.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/ControlFactory.hxx> #include <AreaPropertyPanel.hxx> #include <svx/dialogs.hrc> diff --git a/svx/source/sidebar/area/AreaPropertyPanel.src b/svx/source/sidebar/area/AreaPropertyPanel.src index 37f0307..5e9d134 100644 --- a/svx/source/sidebar/area/AreaPropertyPanel.src +++ b/svx/source/sidebar/area/AreaPropertyPanel.src @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <svx/dialogs.hrc> #include "helpid.hrc" diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx index 73f1262..434e346 100644 --- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/SidebarController.hxx> #include <sfx2/sidebar/ControlFactory.hxx> #include <svx/sidebar/AreaPropertyPanelBase.hxx> diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx index 8b39ad2..11df045 100644 --- a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx +++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx @@ -16,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/ControlFactory.hxx> #include <GraphicPropertyPanel.hxx> #include <svx/dialogs.hrc> diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx index 6c75242..f3798af 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.cxx +++ b/svx/source/sidebar/line/LinePropertyPanel.cxx @@ -16,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/ControlFactory.hxx> #include <LinePropertyPanel.hxx> #include <svx/dialogs.hrc> diff --git a/svx/source/sidebar/line/LinePropertyPanel.src b/svx/source/sidebar/line/LinePropertyPanel.src index b608eab..ec3665a 100644 --- a/svx/source/sidebar/line/LinePropertyPanel.src +++ b/svx/source/sidebar/line/LinePropertyPanel.src @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> + #include <svx/dialogs.hrc> #include "helpid.hrc" diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx index 00c48d3..14de0a6 100644 --- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx +++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> + #include <sfx2/sidebar/ControlFactory.hxx> #include <svx/sidebar/LinePropertyPanelBase.hxx> #include <svx/dialogs.hrc> diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index 1f288e9..65a203f 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -18,7 +18,6 @@ */ #include "ParaPropertyPanel.hxx" #include <svx/dialogs.hrc> -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <sfx2/sidebar/Tools.hxx> #include <sfx2/dispatch.hxx> #include <editeng/lrspitem.hxx> @@ -129,17 +128,6 @@ void ParaPropertyPanel::HandleContextChange ( case CombinedEnumContext(Application_Calc, Context_Pivot): case CombinedEnumContext(Application_DrawImpress, Context_Text): case CombinedEnumContext(Application_DrawImpress, Context_OutlineText): - /*{ - mpToolBoxScriptSw->Hide(); - mpToolBoxScript->Show(); - mpToolBoxSpacing->Show(); - mpToolBoxHighlight->Hide(); - - Size aSize(PROPERTYPAGE_WIDTH,TEXT_SECTIONPAGE_HEIGHT); - aSize = LogicToPixel( aSize,MapMode(MapUnit::MapAppFont) ); - aSize.setWidth(GetOutputSizePixel().Width()); - SetSizePixel(aSize); - }*/ break; default: diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.src b/svx/source/sidebar/paragraph/ParaPropertyPanel.src index 324a166..073e120 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.src +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.src @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> + #include "helpid.hrc" #include <svx/dialogs.hrc> diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx index 856bef2..d62bb71 100644 --- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx +++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx @@ -16,7 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> + #include <sfx2/sidebar/ControlFactory.hxx> #include "PosSizePropertyPanel.hxx" #include <svx/sidebar/SidebarDialControl.hxx> diff --git a/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx b/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx index 693f171..bee80ea 100644 --- a/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx +++ b/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx @@ -6,10 +6,10 @@ * 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/. */ + #include <ShadowPropertyPanel.hxx> #include <comphelper/string.hxx> #include <sfx2/sidebar/ControlFactory.hxx> -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <svx/dialogs.hrc> #include <svx/dialmgr.hxx> #include <sfx2/objsh.hxx> diff --git a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx index 3275033..46e37e6 100644 --- a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx +++ b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx @@ -19,7 +19,6 @@ #include <sfx2/bindings.hxx> #include "TextCharacterSpacingControl.hxx" #include "TextPropertyPanel.hrc" -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <svx/dialogs.hrc> #include <svx/dialmgr.hxx> #include <unotools/viewoptions.hxx> diff --git a/svx/source/sidebar/text/TextUnderlineControl.cxx b/svx/source/sidebar/text/TextUnderlineControl.cxx index 22f242f..6c1df6a 100644 --- a/svx/source/sidebar/text/TextUnderlineControl.cxx +++ b/svx/source/sidebar/text/TextUnderlineControl.cxx @@ -18,7 +18,6 @@ */ #include "TextUnderlineControl.hxx" #include "TextPropertyPanel.hrc" -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include <svx/dialogs.hrc> #include <svx/dialmgr.hxx> #include <sfx2/dispatch.hxx> diff --git a/sw/source/ui/sidebar/PagePropertyPanel.src b/sw/source/ui/sidebar/PagePropertyPanel.src index 78816a2..f1e244e 100644 --- a/sw/source/ui/sidebar/PagePropertyPanel.src +++ b/sw/source/ui/sidebar/PagePropertyPanel.src @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/sidebar/ResourceDefinitions.hrc> #include "PropertyPanel.hrc" #include "helpid.h"
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits