diff options
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/provider/MasterScriptProviderFactory.cxx | 2 | ||||
-rw-r--r-- | scripting/source/stringresource/stringresource.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripting/source/provider/MasterScriptProviderFactory.cxx b/scripting/source/provider/MasterScriptProviderFactory.cxx index fd93894b6e94..6ca32cd43955 100644 --- a/scripting/source/provider/MasterScriptProviderFactory.cxx +++ b/scripting/source/provider/MasterScriptProviderFactory.cxx @@ -95,6 +95,6 @@ sal_Bool MasterScriptProviderFactory::supportsService( return cppu::supportsService(this, serviceName); } -} // namespace browsenodefactory +} // namespace func_provider /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx index e6daf55f28db..25ea60dbb4cc 100644 --- a/scripting/source/stringresource/stringresource.cxx +++ b/scripting/source/stringresource/stringresource.cxx @@ -2685,7 +2685,7 @@ static const struct ::cppu::ImplementationEntry s_component_entries [] = }; -} // namespace dlgprov +} // namespace stringresource // component exports |