summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-10-01 15:49:42 -0400
committerAshod Nakashian <ashnakash@gmail.com>2017-10-02 14:10:46 +0200
commitc140d8d97344299be70e32ac4ebc324ba4dc5dba (patch)
tree6f4ebfd65466a77d373066ec9a88216f70b57ac8 /sw/source/uibase
parent0135d0df982772341bfeaeb8e3f4542847b1fb31 (diff)
TSCP: paragraph classification support
Change-Id: Ia547e7c68076596d9765a1bad96fd76bd7fa7386 Reviewed-on: https://gerrit.libreoffice.org/43017 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/app/docsh2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docsh2.cxx b/sw/source/uibase/app/docsh2.cxx
index 3b2e5f8507ac..944e9aec3d45 100644
--- a/sw/source/uibase/app/docsh2.cxx
+++ b/sw/source/uibase/app/docsh2.cxx
@@ -1190,7 +1190,7 @@ void SwDocShell::Execute(SfxRequest& rReq)
pDialog->setupValues(aInput);
if (RET_OK == pDialog->Execute())
- pShell->ApplyAdvancedClassification(pDialog->getResult());
+ pShell->ApplyParagraphClassification(pDialog->getResult());
pDialog.disposeAndClear();
}