summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/misc
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/misc')
-rw-r--r--desktop/source/deployment/misc/dp_misc.cxx2
-rw-r--r--desktop/source/deployment/misc/dp_resource.cxx1
2 files changed, 1 insertions, 2 deletions
diff --git a/desktop/source/deployment/misc/dp_misc.cxx b/desktop/source/deployment/misc/dp_misc.cxx
index 8bd756e9d0d7..14e2c4c52ddb 100644
--- a/desktop/source/deployment/misc/dp_misc.cxx
+++ b/desktop/source/deployment/misc/dp_misc.cxx
@@ -407,7 +407,7 @@ oslProcess raiseProcess(
case osl_Process_E_NotFound:
throw RuntimeException( "image not found!", 0 );
case osl_Process_E_TimedOut:
- throw RuntimeException( "timout occurred!", 0 );
+ throw RuntimeException( "timeout occurred!", 0 );
case osl_Process_E_NoPermission:
throw RuntimeException( "permission denied!", 0 );
case osl_Process_E_Unknown:
diff --git a/desktop/source/deployment/misc/dp_resource.cxx b/desktop/source/deployment/misc/dp_resource.cxx
index f88743abb222..4f4a30099d48 100644
--- a/desktop/source/deployment/misc/dp_resource.cxx
+++ b/desktop/source/deployment/misc/dp_resource.cxx
@@ -73,7 +73,6 @@ OUString getResourceString( sal_uInt16 id )
return ret.replaceAll("%PRODUCTNAME", utl::ConfigManager::getProductName());
}
-
const LanguageTag & getOfficeLanguageTag()
{
return OfficeLocale::get();