From b225f421e82635093d1ad1eae4272a85089fbc3d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 6 Oct 2016 11:47:22 +0100 Subject: drop now unused sfx2/sidebar/ResourceDefinitions.hrc Change-Id: I151a37a37435a44e7331d957bd9d36f84cdf8677 --- 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 - 13 files changed, 5 insertions(+), 24 deletions(-) (limited to 'svx') diff --git a/svx/source/sidebar/area/AreaPropertyPanel.cxx b/svx/source/sidebar/area/AreaPropertyPanel.cxx index 2535e563a7e8..58f3aed8a68f 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 #include #include #include diff --git a/svx/source/sidebar/area/AreaPropertyPanel.src b/svx/source/sidebar/area/AreaPropertyPanel.src index 37f030781426..5e9d13436b10 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 #include #include "helpid.hrc" diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx index 73f1262dc981..434e3467214d 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 #include #include #include diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx index 8b39ad235d79..11df045cc559 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 #include #include #include diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx index 6c7524234269..f3798af70eda 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 #include #include #include diff --git a/svx/source/sidebar/line/LinePropertyPanel.src b/svx/source/sidebar/line/LinePropertyPanel.src index b608eab21d61..ec3665a8cc33 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 + #include #include "helpid.hrc" diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx index 00c48d32844b..14de0a6f9a1f 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 + #include #include #include diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index 1f288e9deeaa..65a203fc36a9 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -18,7 +18,6 @@ */ #include "ParaPropertyPanel.hxx" #include -#include #include #include #include @@ -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 324a166bea34..073e12043c34 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 + #include "helpid.hrc" #include diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx index 856bef27a3d5..d62bb7105859 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 + #include #include "PosSizePropertyPanel.hxx" #include diff --git a/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx b/svx/source/sidebar/shadow/ShadowPropertyPanel.cxx index 693f17149ec8..bee80ea3c7ea 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 #include #include -#include #include #include #include diff --git a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx index 3275033926d0..46e37e6f17dc 100644 --- a/svx/source/sidebar/text/TextCharacterSpacingControl.cxx +++ b/svx/source/sidebar/text/TextCharacterSpacingControl.cxx @@ -19,7 +19,6 @@ #include #include "TextCharacterSpacingControl.hxx" #include "TextPropertyPanel.hrc" -#include #include #include #include diff --git a/svx/source/sidebar/text/TextUnderlineControl.cxx b/svx/source/sidebar/text/TextUnderlineControl.cxx index 22f242f9d5bc..6c1df6a2d9bd 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 #include #include #include -- cgit