summaryrefslogtreecommitdiff
path: root/starmath/source/smmod.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 11:01:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 11:01:26 +0000
commit5aff37cd51879a41365f2ceb0e927bdf57ffddb3 (patch)
tree00eecb86eca3db9a8473e55ceecbfa72cdc21d35 /starmath/source/smmod.cxx
parentce25a84957e0b59afdf93f42580c31b5df692497 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'starmath/source/smmod.cxx')
-rw-r--r--starmath/source/smmod.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx
index 5d786e64323e..1407b889aac2 100644
--- a/starmath/source/smmod.cxx
+++ b/starmath/source/smmod.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: smmod.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tl $ $Date: 2002-12-12 15:40:05 $
+ * last change: $Author: hr $ $Date: 2003-03-27 11:58:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -332,7 +332,7 @@ void SmModule::_CreateVirtualDev() const
pThis->pVirtualDev = new VirtualDevice;
}
-void SmModule::ApplyColorConfigValues( const svx::ColorConfig &rColorCfg )
+void SmModule::ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg )
{
//invalidate all graphic and edit windows
const TypeId aSmViewTypeId = TYPE(SmViewShell);
@@ -351,11 +351,11 @@ void SmModule::ApplyColorConfigValues( const svx::ColorConfig &rColorCfg )
}
}
-svx::ColorConfig & SmModule::GetColorConfig()
+svtools::ColorConfig & SmModule::GetColorConfig()
{
if(!pColorConfig)
{
- pColorConfig = new svx::ColorConfig;
+ pColorConfig = new svtools::ColorConfig;
ApplyColorConfigValues( *pColorConfig );
StartListening( *pColorConfig );
}