summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh2.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 19:29:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-03 19:29:55 +0000
commit01d054b7be52baaf9f7b9cb48b1e34dc1fbf4dd4 (patch)
treef7c6eecb5f2b47f3bc5b9476be9f770b8bf246d5 /sc/source/ui/docshell/docsh2.cxx
parent7c2aee946f7dea0d4c2e04f52e4b496d5f4c6f9b (diff)
INTEGRATION: CWS dialogdiet (1.13.318); FILE MERGED
2003/11/28 15:31:44 mba 1.13.318.1: #i22972#: access to StandardColorTable moved to svx
Diffstat (limited to 'sc/source/ui/docshell/docsh2.cxx')
-rw-r--r--sc/source/ui/docshell/docsh2.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sc/source/ui/docshell/docsh2.cxx b/sc/source/ui/docshell/docsh2.cxx
index 9007633f0e77..0b72937b24aa 100644
--- a/sc/source/ui/docshell/docsh2.cxx
+++ b/sc/source/ui/docshell/docsh2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh2.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: nn $ $Date: 2001-10-19 15:59:26 $
+ * last change: $Author: hr $ $Date: 2004-02-03 20:29:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,7 @@
#pragma hdrstop
+#include <svx/xtable.hxx>
#include "scitems.hxx"
#include <tools/gen.hxx>
@@ -84,7 +85,6 @@
#include <svx/svdobj.hxx>
#include <svx/svdoole2.hxx>
#include <vcl/svapp.hxx>
-#include <offmgr/app.hxx>
#include <svx/asiancfg.hxx>
#include <svx/forbiddencharacterstable.hxx>
#include <svx/unolingu.hxx>
@@ -187,8 +187,7 @@ void ScDocShell::InitItems()
else
{
// always use global color table instead of local copy
-
- PutItem( SvxColorTableItem( OFF_APP()->GetStdColorTable() ) );
+ PutItem( SvxColorTableItem( XColorTable::GetStdColorTable() ) );
}
if ( !aDocument.GetForbiddenCharacters().isValid() ||