summaryrefslogtreecommitdiff
path: root/sw/source/uibase/misc
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-01-04 02:10:44 +0100
committerJan Holesovsky <kendy@collabora.com>2015-01-04 02:15:05 +0100
commit2d59c0c940ac61240992502256c966b2cb4f9daa (patch)
tree8dee717ae599123e7b1010b0ca4fe6c1b3dc467f /sw/source/uibase/misc
parent5badba2028ebf3ce399ed659c78b3590f364c67e (diff)
changes sidebar: Make the "Action" narrower when we use bitmaps now.
Change-Id: I6ccf65308b7339768e9e0cc3c0b43fefc926f7e8
Diffstat (limited to 'sw/source/uibase/misc')
-rw-r--r--sw/source/uibase/misc/redlndlg.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/uibase/misc/redlndlg.cxx b/sw/source/uibase/misc/redlndlg.cxx
index 18ecbc4b4fd4..fe613d41e533 100644
--- a/sw/source/uibase/misc/redlndlg.cxx
+++ b/sw/source/uibase/misc/redlndlg.cxx
@@ -191,13 +191,6 @@ SwRedlineAcceptDlg::SwRedlineAcceptDlg(vcl::Window *pParent, VclBuilderContainer
pTable->SetSelectionMode(MULTIPLE_SELECTION);
pTable->SetHighlightRange(1);
- static long aStaticTabs[]=
- {
- 4,10,70,120,170
- };
-
- pTable->SetTabs(aStaticTabs);
-
pTable->SortByCol(nSortMode, bSortDir);
aOldSelectHdl = pTable->GetSelectHdl();