diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-05 10:29:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-05 19:42:28 +0200 |
commit | 1a0cdabf1d98d7479a27f12c56c0fa4160f7b5c3 (patch) | |
tree | 78652a276616001c3a4367c59cf3b5ad308e2683 /extensions | |
parent | 571cefca474e6b77d68f9fa31f805dcf692927fd (diff) |
remove some commented out lines from src files
Change-Id: If872737d2a7db5d9053a256f7e3d57007c24230e
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/toolbar.src | 6 |
1 files changed, 0 insertions, 6 deletions
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"; }; |