diff options
Diffstat (limited to 'sw/source/uibase/uno/loktxdoc.cxx')
-rw-r--r-- | sw/source/uibase/uno/loktxdoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/loktxdoc.cxx b/sw/source/uibase/uno/loktxdoc.cxx index 9c92d071e27e..2291cf3f7ab5 100644 --- a/sw/source/uibase/uno/loktxdoc.cxx +++ b/sw/source/uibase/uno/loktxdoc.cxx @@ -322,7 +322,7 @@ void GetSections(tools::JsonWriter& rJsonWriter, SwDocShell* pDocShell, } } -bool SwXTextDocument::supportsCommandValues(std::u16string_view rCommand) +bool SwXTextDocument::supportsCommand(std::u16string_view rCommand) { static const std::initializer_list<std::u16string_view> vForward = { u"TextFormFields", u"TextFormField", u"SetDocumentProperties", |