diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-08 14:23:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-08 14:27:03 +0100 |
commit | df15d179a07be2aa2f6e2cb2066e6567081c399e (patch) | |
tree | b6c532f1f5e680dd44049975ae9a734801952a6d /framework | |
parent | 51e2d23521f99254f09fcc459e7b41600cb9f76d (diff) |
Typo: relaese->release
Change-Id: I9e2e8f11c376fc808b12bc1db509babeac0ff7d8
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/services/desktop.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index 502f7d95283f..3b765fba9df2 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -145,7 +145,7 @@ void Desktop::constructorInit() @param "xFactory" is the multi service manager, which create this instance. The value must be different from NULL! - @onerror We throw an ASSERT in debug version or do nothing in relaese version. + @onerror We throw an ASSERT in debug version or do nothing in release version. *//*-*************************************************************************************************************/ Desktop::Desktop( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : TransactionBase ( ) diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index b5b69eaebbf4..02dfd2ca313f 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -486,7 +486,7 @@ DEFINE_XTYPEPROVIDER_21 ( Frame @param xContext is the multi service manager, which creates this instance. The value must be different from NULL! - @onerror ASSERT in debug version or nothing in relaese version. + @onerror ASSERT in debug version or nothing in release version. *//*-*****************************************************************************************************/ Frame::Frame( const css::uno::Reference< css::uno::XComponentContext >& xContext ) : TransactionBase ( ) |