diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-20 11:45:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-02-20 12:40:07 +0100 |
commit | 4ee389d1ecf0de90fe3ab433d0d5b6f208fa0951 (patch) | |
tree | 5465ab506a59d1a1fa6761ebfa92bf7737c7f815 /offapi/com/sun | |
parent | ba16bb44668b9088926be759c457757c8e90dd53 (diff) |
Revert typo in documentation
...that had been introduced with c66fe94d3e9cc1394dd4b569a3d8f374208a729b "Fix
typos"
Change-Id: Id7608d8feb8e52bb6742ac079bfa7b4151ef07a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89082
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/drawing/framework/XConfigurationController.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl index b41e24a8140b..eaac2123baff 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl @@ -152,7 +152,7 @@ interface XConfigurationController @param eMode <p>When eMode is REPLACE then, before adding the resource activation to the request queue, similar resources - linked to the same anchor are removed. This make it easier to + linked to the same anchor are removed. This makes it easier to switch between resources whose activation is mutually exclusive. For example, there can only be one view per pane, so before activating a new view the old one has to be deactivated.</p> |