diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-28 10:21:57 +0700 |
---|---|---|
committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2011-11-28 10:21:57 +0700 |
commit | c0a9d3d3f91e7a5e7fd420b4bce9955de48187a8 (patch) | |
tree | 3ef5ee4bf8d2bf98f0142e497df1c618843bd404 /vbahelper | |
parent | c0bed9c72e12d57a9f8d3d589a493ae6d0f10b4d (diff) |
typos fixing
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbahelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index ebce6ff42d5c..adc1d634bb26 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -267,7 +267,7 @@ getCurrentDoc( const rtl::OUString& sKey ) throw (uno::RuntimeException) !xModel.is() ) { throw uno::RuntimeException( - rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Can't extract model from basic ( its obviously not set yet ) therefore don't know the current documet context") ), uno::Reference< uno::XInterface >() ); + rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Can't extract model from basic ( it's obviously not set yet ) therefore don't know the current document context") ), uno::Reference< uno::XInterface >() ); } else { |