summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/customize/cfg.src1
-rw-r--r--extensions/source/bibliography/toolbar.src6
-rw-r--r--sc/source/ui/navipi/navipi.src3
-rw-r--r--sc/source/ui/sidebar/CellAppearancePropertyPanel.src1
-rw-r--r--sd/source/ui/dlg/LayerDialog.src2
-rw-r--r--sd/source/ui/dlg/navigatr.src5
-rw-r--r--svx/source/sidebar/area/AreaPropertyPanel.src2
-rw-r--r--svx/source/stbctrls/stbctrls.src4
-rw-r--r--sw/source/core/uibase/dbui/mailmergechildwindow.src1
-rw-r--r--sw/source/core/uibase/utlui/navipi.src23
10 files changed, 0 insertions, 48 deletions
diff --git a/cui/source/customize/cfg.src b/cui/source/customize/cfg.src
index 2efab498c79c..b85a24d720e0 100644
--- a/cui/source/customize/cfg.src
+++ b/cui/source/customize/cfg.src
@@ -269,7 +269,6 @@ ModalDialog MD_ICONCHANGE
Pos = MAP_APPFONT ( 30 , 38) ;
Size = MAP_APPFONT ( 140 , 83 ) ;
Border = TRUE;
- // VScroll = TRUE;
IgnoreTab = TRUE;
ReadOnly = TRUE;
};
diff --git a/extensions/source/bibliography/toolbar.src b/extensions/source/bibliography/toolbar.src
index 0c642c3e5f1f..1c02b36a3278 100644
--- a/extensions/source/bibliography/toolbar.src
+++ b/extensions/source/bibliography/toolbar.src
@@ -72,7 +72,6 @@ ToolBox RID_BIB_TOOLBAR
{
Identifier = TBC_BT_AUTOFILTER ;
HelpID = HID_BIB_TBX_AUTOFILTER;
-// ItemBitmap = Bitmap { File = "sc10716.bmp" ; };
DropDown = TRUE ;
Command = ".uno:Bib/autoFilter" ;
Text [ en-US ] = "AutoFilter";
@@ -81,7 +80,6 @@ ToolBox RID_BIB_TOOLBAR
ToolBoxItem
{
Identifier = TBC_BT_FILTERCRIT ;
-// ItemBitmap = Bitmap { File = "sc10715.bmp" ; };
Command = ".uno:Bib/standardFilter" ;
Text [ en-US ] = "Standard Filter";
};
@@ -89,7 +87,6 @@ ToolBox RID_BIB_TOOLBAR
ToolBoxItem
{
Identifier = TBC_BT_REMOVEFILTER ;
-// ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
Command = ".uno:Bib/removeFilter" ;
Text [ en-US ] = "Reset Filter";
};
@@ -97,8 +94,6 @@ ToolBox RID_BIB_TOOLBAR
{
Identifier = TBC_BT_COL_ASSIGN ;
HelpId = HID_BIB_MAPPINGDLG;
-// Command = ".uno:Bib/Mapping" ;
-// ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
Text [ en-US ] = "Column Arrangement";
};
ToolBoxItem
@@ -106,7 +101,6 @@ ToolBox RID_BIB_TOOLBAR
Identifier = TBC_BT_CHANGESOURCE ;
HelpId = HID_BIB_CHANGESOURCE;
Command = ".uno:Bib/sdbsource" ;
-// ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
Checkable=TRUE;
Text [ en-US ] = "Data Source";
};
diff --git a/sc/source/ui/navipi/navipi.src b/sc/source/ui/navipi/navipi.src
index 9a38df0baa86..cbb59f438301 100644
--- a/sc/source/ui/navipi/navipi.src
+++ b/sc/source/ui/navipi/navipi.src
@@ -148,9 +148,6 @@ Window RID_SCDLG_NAVIGATOR
Text [ en-US ] = "End" ;
};
- // ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR; };
-
-
ToolBoxItem { Type = TOOLBOXITEM_BREAK ; };
ToolBoxItem
diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.src b/sc/source/ui/sidebar/CellAppearancePropertyPanel.src
index 272e4e40f602..f58b2ed45c90 100644
--- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.src
+++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.src
@@ -31,7 +31,6 @@
Image IMG_CELL_BORDER
{
ImageBitmap = Bitmap{File = "sidebar/CellBorder.png";};
- //MaskColor = STD_MASKCOLOR ;
};
Image IMG_LINE_STYLE1
{
diff --git a/sd/source/ui/dlg/LayerDialog.src b/sd/source/ui/dlg/LayerDialog.src
index 9200c7b0e9ef..05098c2c0f30 100644
--- a/sd/source/ui/dlg/LayerDialog.src
+++ b/sd/source/ui/dlg/LayerDialog.src
@@ -45,8 +45,6 @@ DockingWindow FLT_WIN_LAYER_DIALOG
HelpId = HID_SD_TABBAR_LAYERS;
BORDER = TRUE;
SvLook = TRUE;
- // Scroll = TRUE ;
- // SIZEABLE = TRUE;
};
};
diff --git a/sd/source/ui/dlg/navigatr.src b/sd/source/ui/dlg/navigatr.src
index f534c3f56113..f0b6aad1ba24 100644
--- a/sd/source/ui/dlg/navigatr.src
+++ b/sd/source/ui/dlg/navigatr.src
@@ -62,28 +62,24 @@ Window FLT_NAVIGATOR
{
Identifier = TBI_FIRST ;
HelpId = HID_SD_NAVIGATOR_TBI_FIRST ;
- //Symbol = IMAGEBUTTON_FIRST ;
Text [ en-US ] = "First Slide" ;
};
ToolBoxItem
{
Identifier = TBI_PREVIOUS ;
HelpId = HID_SD_NAVIGATOR_TBI_PREV ;
- //Symbol = IMAGEBUTTON_PREV ;
Text [ en-US ] = "Previous Slide" ;
};
ToolBoxItem
{
Identifier = TBI_NEXT ;
HelpId = HID_SD_NAVIGATOR_TBI_NEXT ;
- //Symbol = IMAGEBUTTON_NEXT ;
Text [ en-US ] = "Next Slide" ;
};
ToolBoxItem
{
Identifier = TBI_LAST ;
HelpId = HID_SD_NAVIGATOR_TBI_LAST ;
- //Symbol = IMAGEBUTTON_LAST ;
Text [ en-US ] = "Last Slide" ;
};
ToolBoxItem
@@ -95,7 +91,6 @@ Window FLT_NAVIGATOR
Identifier = TBI_DRAGTYPE ;
HelpId = HID_SD_NAVIGATOR_TBI_DRAGTYPE ;
DropDown = TRUE ;
- //Left = FALSE;
Text [ en-US ] = "Drag Mode" ;
};
ToolBoxItem
diff --git a/svx/source/sidebar/area/AreaPropertyPanel.src b/svx/source/sidebar/area/AreaPropertyPanel.src
index 2a0fff9c4616..09525909cdc8 100644
--- a/svx/source/sidebar/area/AreaPropertyPanel.src
+++ b/svx/source/sidebar/area/AreaPropertyPanel.src
@@ -67,8 +67,6 @@ Control RID_POPUPPANEL_AREAPAGE_TRGR
DialogControl = TRUE;
Border = FALSE;
-// Size = MAP_APPFONT( POP_WIDTH, POP_HEIGHT );
-
FixedText FT_TRGR_CENTER_X
{
Size = MAP_APPFONT ( CONTROL_WIDTH , FIXED_TEXT_HEIGHT ) ;
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 8d5beebcc6bc..cb868bd041f3 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -44,28 +44,24 @@ Menu RID_SVXMENU_SELECTION
MenuItem
{
Identifier = SELECTION_STANDARD ;
- //HelpId = ;
RadioCheck = TRUE ;
Text [ en-US ] = "Standard selection" ;
};
MenuItem
{
Identifier = SELECTION_EXTENDED ;
- //HelpId = ;
RadioCheck = TRUE ;
Text [ en-US ] = "Extending selection" ;
};
MenuItem
{
Identifier = SELECTION_ADDED ;
- //HelpId = ;
RadioCheck = TRUE ;
Text [ en-US ] = "Adding selection" ;
};
MenuItem
{
Identifier = SELECTION_BLOCK ;
- //HelpId = ;
RadioCheck = TRUE ;
Text [ en-US ] = "Block selection" ;
};
diff --git a/sw/source/core/uibase/dbui/mailmergechildwindow.src b/sw/source/core/uibase/dbui/mailmergechildwindow.src
index 9e0961803af8..e3dac452fa83 100644
--- a/sw/source/core/uibase/dbui/mailmergechildwindow.src
+++ b/sw/source/core/uibase/dbui/mailmergechildwindow.src
@@ -70,7 +70,6 @@ FloatingWindow DLG_MAILMERGECHILD\
};
};
-//FloatingWindow DLG_MM_SENDMAILS
ModelessDialog DLG_MM_SENDMAILS
{
OutputSize = TRUE ;
diff --git a/sw/source/core/uibase/utlui/navipi.src b/sw/source/core/uibase/utlui/navipi.src
index 66bda96428c8..e1b4e6df7d23 100644
--- a/sw/source/core/uibase/utlui/navipi.src
+++ b/sw/source/core/uibase/utlui/navipi.src
@@ -29,25 +29,13 @@ Window DLG_NAVIGATION_PI
OutputSize = TRUE ;
DialogControl = TRUE ;
SVLook = TRUE ;
- // Size = MAP_PIXEL( 235, 195 );
- // ZoomInOutputSize = MAP_PIXEL(235, 56);
Size = MAP_PIXEL ( 282 , 59 ) ;
- // Closeable = TRUE ;
- // Zoomable = TRUE ;
- // Moveable = TRUE ;
- // ZoomIn = FALSE;
Hide = TRUE ;
- // HideWhenDeactivate = TRUE ;
- // Sizeable = TRUE ;
- // EnableResizing = TRUE ;
- // Dockable = TRUE ;
- // Sizeable = TRUE ;
Text [ en-US ] = "Navigator" ;
ExtraData =
{
198;
};
- // Toolbox from 323 x
#define NAVI_IDLIST \
IdList = \
{ \
@@ -105,14 +93,12 @@ Window DLG_NAVIGATION_PI
ToolBoxItem
{
Identifier = FN_UP ;
- // ItemBitmap = Bitmap { File = "navup.bmp"; };
HelpID = HID_NAVI_TBX2 ;
Text [ en-US ] = "Back" ;
};
ToolBoxItem
{
Identifier = FN_DOWN ;
- // ItemBitmap = Bitmap { File = "navdn.bmp"; };
HelpID = HID_NAVI_TBX3 ;
Text [ en-US ] = "Forward" ;
};
@@ -130,15 +116,12 @@ Window DLG_NAVIGATION_PI
ToolBoxItem
{
Identifier = FN_ITEM_UP ;
- // ItemBitmap = Bitmap { File = "navchup.bmp"; };
HelpID = HID_NAVI_TBX5 ;
Text [ en-US ] = "Promote Chapter" ;
- //HelpText[english_us-wrong] = "Move chapter down";//"Move chapter up"
};
ToolBoxItem
{
Identifier = FN_ITEM_DOWN ;
- // ItemBitmap = Bitmap { File = "navchdn.bmp"; };
HelpID = HID_NAVI_TBX6 ;
Text [ en-US ] = "Demote Chapter" ;
};
@@ -166,7 +149,6 @@ Window DLG_NAVIGATION_PI
{
Identifier = FN_SELECT_SET_AUTO_BOOKMARK ;
HelpID = HID_NAVI_TBX9 ;
- // ItemBitmap = Bitmap { File = "navstmp.bmp"; };
Text [ en-US ] = "Set Reminder" ;
};
ToolBoxItem
@@ -176,21 +158,18 @@ Window DLG_NAVIGATION_PI
ToolBoxItem
{
Identifier = FN_SELECT_HEADER ;
- // ItemBitmap = Bitmap { File = "navhead.bmp"; };
HelpID = HID_NAVI_TBX10 ;
Text [ en-US ] = "Header" ;
};
ToolBoxItem
{
Identifier = FN_SELECT_FOOTER ;
- // ItemBitmap = Bitmap { File = "navfoot.bmp"; };
HelpID = HID_NAVI_TBX11 ;
Text [ en-US ] = "Footer" ;
};
ToolBoxItem
{
Identifier = FN_SELECT_FOOTNOTE ;
- // ItemBitmap = Bitmap { File = "navnote.bmp"; };
HelpID = HID_NAVI_TBX12 ;
Text [ en-US ] = "Anchor<->Text" ;
};
@@ -213,13 +192,11 @@ Window DLG_NAVIGATION_PI
{
Identifier = FN_ITEM_LEFT ;
HelpID = HID_NAVI_TBX14 ;
- // ItemBitmap = Bitmap { File = "navchlf.bmp"; };
Text [ en-US ] = "Promote Level" ;
};
ToolBoxItem
{
Identifier = FN_ITEM_RIGHT ;
- // ItemBitmap = Bitmap { File = "navchrg.bmp"; };
HelpID = HID_NAVI_TBX15 ;
Text [ en-US ] = "Demote Level" ;
};