summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-05-18 15:50:20 +0200
committerEike Rathke <erack@redhat.com>2016-05-18 15:59:30 +0200
commit48d0affa114d6838c0e99f3f3588dd611a4a2b72 (patch)
treea1d0a9c165350a7ab97927aa383ffa33c85616a6 /include
parentfe3d9ac20b0f27b8beca7e54efa8ba571e76101d (diff)
Resolves: tdf#99930 SetReplaceLeadingSingleQuotationMark(false) for Calc
Change-Id: I29906de6a4075b7de82bd6e16560b56b9b648e91
Diffstat (limited to 'include')
-rw-r--r--include/editeng/editeng.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index 46adeb2aa3bb..e5b5e9465b66 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -527,6 +527,10 @@ public:
/// specifies if auto-correction should capitalize the first word or not (default is on)
void SetFirstWordCapitalization( bool bCapitalize );
+ /** specifies if auto-correction should replace a leading single quotation
+ mark (apostrophe) or not (default is on) */
+ void SetReplaceLeadingSingleQuotationMark( bool bReplace );
+
EditDoc& GetEditDoc();
const EditDoc& GetEditDoc() const;