summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 19:35:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 19:35:16 +0000
commit9b7c1ac63e64ca8eb786f8c621094fffd9173052 (patch)
tree6208c89a7eff1cde955578f7eca0adcee9915c70 /sc/source/ui/optdlg
parentcf8cf5111c8fd00c2a736b7fad2b8ff0f78811f5 (diff)
INTEGRATION: CWS dialogdiet (1.9.302); FILE MERGED
2003/11/28 15:39:27 mba 1.9.302.1: #i22972#: access to StandardColorTable moved to svx
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r--sc/source/ui/optdlg/tpview.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/ui/optdlg/tpview.cxx b/sc/source/ui/optdlg/tpview.cxx
index 7e906384d8c6..d23fd08a15de 100644
--- a/sc/source/ui/optdlg/tpview.cxx
+++ b/sc/source/ui/optdlg/tpview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpview.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: dr $ $Date: 2002-07-11 10:55:47 $
+ * last change: $Author: hr $ $Date: 2004-02-03 20:35:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,7 +87,6 @@
#include <svx/dlgutil.hxx>
#include <svx/drawitem.hxx>
#include <svx/xtable.hxx>
-#include <offmgr/app.hxx>
// STATIC DATA -----------------------------------------------------------
@@ -392,7 +391,7 @@ void ScTpContentOptions::InitGridOpt()
pColorTable = ((SvxColorTableItem*)pItem)->GetColorTable();
}
else
- pColorTable = OFF_APP()->GetStdColorTable();
+ pColorTable = XColorTable::GetStdColorTable();
if ( !pColorTable )
return;