From 4c89a3e8adfe33399f03eb3561dfa1b007336804 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 17 Dec 2014 14:09:54 +0000 Subject: not worth converting RID_SVXCTRL_COLOR to .ui, too small and hard-coded Change-Id: Iadc7b4d970e8c3b7f719ed6aab49986a1186cccb --- svx/source/tbxctrls/colrctrl.src | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'svx/source/tbxctrls/colrctrl.src') diff --git a/svx/source/tbxctrls/colrctrl.src b/svx/source/tbxctrls/colrctrl.src index cbbcfb299866..3b22a7580bde 100644 --- a/svx/source/tbxctrls/colrctrl.src +++ b/svx/source/tbxctrls/colrctrl.src @@ -20,30 +20,6 @@ #include #include "helpid.hrc" - // RID_SVXCTRL_COLOR ----------------------------------------------------- -DockingWindow RID_SVXCTRL_COLOR -{ - HelpID = HID_CTRL_COLOR ; - Border = TRUE ; - Hide = TRUE ; - SVLook = TRUE ; - Sizeable = TRUE ; - Moveable = TRUE ; - Closeable = TRUE ; - Zoomable = TRUE ; - Dockable = TRUE ; - EnableResizing = TRUE ; - Size = MAP_APPFONT ( 150 , 22 ) ; - Text [ en-US ] = "Colors" ; - Control 1 - { - HelpId = HID_COLOR_CTL_COLORS ; - Pos = MAP_APPFONT ( 2 , 2 ) ; - Size = MAP_APPFONT ( 146 , 18 ) ; - Border = FALSE ; - }; -}; - String STR_COLORTABLE { Text [ en-US ] = "Color Palette" ; -- cgit