summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 19:34:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 19:34:54 +0000
commitcf8cf5111c8fd00c2a736b7fad2b8ff0f78811f5 (patch)
tree70b1e7b50b789c0b768c6d7b679723671128e797 /sc/source/ui/optdlg
parent6af65c52ca4a381ec7c6acd51d4ed09d7ce37e19 (diff)
INTEGRATION: CWS dialogdiet (1.2.194); FILE MERGED
2003/11/28 15:39:09 mba 1.2.194.1: #i22972#: access to StandardColorTable moved to svx
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r--sc/source/ui/optdlg/opredlin.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx
index 5cd5d9696e6c..1e1a179e4f6c 100644
--- a/sc/source/ui/optdlg/opredlin.cxx
+++ b/sc/source/ui/optdlg/opredlin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: opredlin.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 18:06:23 $
+ * last change: $Author: hr $ $Date: 2004-02-03 20:34:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,6 @@
#include <svx/dlgutil.hxx>
#include <svx/drawitem.hxx>
#include <svx/xtable.hxx>
-#include <offmgr/app.hxx>
#include "appoptio.hxx"
#include "scmod.hxx"
@@ -209,7 +208,7 @@ BOOL __EXPORT ScRedlineOptionsTabPage::FillItemSet( SfxItemSet& rSet )
void __EXPORT ScRedlineOptionsTabPage::Reset( const SfxItemSet& rSet )
{
- XColorTable* pColorTbl = OFF_APP()->GetStdColorTable();
+ XColorTable* pColorTbl = XColorTable::GetStdColorTable();
aContentColorLB.InsertEntry(aAuthorStr);
aMoveColorLB.InsertEntry(aAuthorStr);
aInsertColorLB.InsertEntry(aAuthorStr);