diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-14 21:24:53 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-25 09:26:13 +0200 |
commit | 6ec77ebc2e566cb2976aedeb380c38edecbe0cb3 (patch) | |
tree | 77dd57d3c0eade99d8e306a2d46bdc98caded423 /extensions/source | |
parent | aed5c2dccbc4abd2e97ce60386ecbc9b0945f7f9 (diff) |
Fix typo
Change-Id: I16e3d831aa8a393a4d740742710b9af3d6f9262f
Reviewed-on: https://gerrit.libreoffice.org/72937
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/propctrlr/handlerhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/handlerhelper.hxx b/extensions/source/propctrlr/handlerhelper.hxx index cd7705e8e542..e1eeed046081 100644 --- a/extensions/source/propctrlr/handlerhelper.hxx +++ b/extensions/source/propctrlr/handlerhelper.hxx @@ -190,7 +190,7 @@ namespace pcr /// @throws css::uno::RuntimeException static css::uno::Reference< css::uno::XInterface > getContextDocument_throw( const css::uno::Reference<css::uno::XComponentContext> & _rContext ); - /** gets the window of the ObjectInspector in which an property handler lives + /** gets the window of the ObjectInspector in which a property handler lives The method looks up a value called "DialogParentWindow" in the given UNO component context, queries it for XWindow, and returns the respective vcl::Window*. If either of those steps fails, |