diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-08 14:26:27 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-08 14:27:04 +0100 |
commit | b97341c8706363e517fbd3d12d76c5b92c1aea51 (patch) | |
tree | e41d978fe38c56fcb143fe2bb20e924b403a24bd /sfx2 | |
parent | df15d179a07be2aa2f6e2cb2066e6567081c399e (diff) |
Typo: we has->we have
Change-Id: Ib225351c908f5a2e64b039e07030e5d91a9b8dd7
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingcomp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx index db35553fd432..e8f49fb42652 100644 --- a/sfx2/source/dialog/backingcomp.cxx +++ b/sfx2/source/dialog/backingcomp.cxx @@ -328,7 +328,7 @@ css::uno::Sequence< OUString > SAL_CALL BackingComp::getSupportedServiceNames() /** attach this component to a target frame. - We has to use the container window of this frame as parent window of our own component window. + We have to use the container window of this frame as parent window of our own component window. But it's not allowed to work with it really. May another component used it too. Currently we need it only to create our child component window and support it's interfaces inside our queryInterface() method. The user of us must have e.g. the |