opredlin.cxx (b3f79822) opredlin.cxx (97e8a929)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 157 unchanged lines hidden (view full) ---

166
167/*-----------------------------------------------------------------------
168 Beschreibung:
169 -----------------------------------------------------------------------*/
170
171void __EXPORT ScRedlineOptionsTabPage::Reset( const SfxItemSet& /* rSet */ )
172{
173
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 157 unchanged lines hidden (view full) ---

166
167/*-----------------------------------------------------------------------
168 Beschreibung:
169 -----------------------------------------------------------------------*/
170
171void __EXPORT ScRedlineOptionsTabPage::Reset( const SfxItemSet& /* rSet */ )
172{
173
174 XColorTable* pColorTbl = XColorTable::GetStdColorTable();
174 XColorList* pColorTbl = XColorList::GetStdColorList();
175 aContentColorLB.InsertEntry(aAuthorStr);
176 aMoveColorLB.InsertEntry(aAuthorStr);
177 aInsertColorLB.InsertEntry(aAuthorStr);
178 aRemoveColorLB.InsertEntry(aAuthorStr);
179
180 aContentColorLB.SetUpdateMode( sal_False);
181 aMoveColorLB.SetUpdateMode( sal_False);
182 aInsertColorLB.SetUpdateMode( sal_False);

--- 103 unchanged lines hidden ---
175 aContentColorLB.InsertEntry(aAuthorStr);
176 aMoveColorLB.InsertEntry(aAuthorStr);
177 aInsertColorLB.InsertEntry(aAuthorStr);
178 aRemoveColorLB.InsertEntry(aAuthorStr);
179
180 aContentColorLB.SetUpdateMode( sal_False);
181 aMoveColorLB.SetUpdateMode( sal_False);
182 aInsertColorLB.SetUpdateMode( sal_False);

--- 103 unchanged lines hidden ---