diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-22 12:55:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-22 12:55:18 +0000 |
commit | fda9fde85b7c09e43c70723e74750bc17a1b1ea4 (patch) | |
tree | 61ef48ef36ba1ee9ded6796241d37b548ec13f19 | |
parent | b41ad042cccfffbd9e20bc3f2e2e436793ad09cf (diff) |
#i10000 dcss -> css
-rw-r--r-- | svx/source/dialog/cfg.cxx | 6 |
1 files 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; |