summaryrefslogtreecommitdiff
path: root/sc/inc/rangelst.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-12-15 00:14:45 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-12-15 04:31:50 +0100
commit2194105a38631e1c5c074634bc5b084cd2f8661f (patch)
treec4a6af7b9b71a1e675fc5ddc9c0df354c4bdba31 /sc/inc/rangelst.hxx
parentacc24edf21b99822b6e6d8119eba3ab843458401 (diff)
tdf#113621: don't write whole column refs for conditional format ranges
Change-Id: I6b21345fb08cc7b7cf0cdc40532d480a8d5f72ae Reviewed-on: https://gerrit.libreoffice.org/46493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/inc/rangelst.hxx')
-rw-r--r--sc/inc/rangelst.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/rangelst.hxx b/sc/inc/rangelst.hxx
index 2071e8a66ff1..4d9fe2770815 100644
--- a/sc/inc/rangelst.hxx
+++ b/sc/inc/rangelst.hxx
@@ -45,7 +45,7 @@ public:
void Format( OUString&, ScRefFlags nFlags, ScDocument*,
formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_OOO,
- sal_Unicode cDelimiter = 0 ) const;
+ sal_Unicode cDelimiter = 0, bool bFullAddressNotation = false ) const;
void Join( const ScRange&, bool bIsInList = false );