From fda9fde85b7c09e43c70723e74750bc17a1b1ea4 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 22 Mar 2005 12:55:18 +0000 Subject: #i10000 dcss -> css --- svx/source/dialog/cfg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svx/source/dialog/cfg.cxx b/svx/source/dialog/cfg.cxx index da3840f8689a..5249fc421220 100644 --- a/svx/source/dialog/cfg.cxx +++ b/svx/source/dialog/cfg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cfg.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: kz $ $Date: 2005-03-21 11:40:37 $ + * last change: $Author: kz $ $Date: 2005-03-22 13:55:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -543,7 +543,7 @@ OUString GetModuleName( const OUString& aModuleId ) return ::rtl::OUString(); } -OUString GetUIModuleName( const OUString& aModuleId, const uno::Reference< dcss::frame::XModuleManager >& rModuleManager ) +OUString GetUIModuleName( const OUString& aModuleId, const uno::Reference< css::frame::XModuleManager >& rModuleManager ) { OUString aModuleUIName; -- cgit