summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-14 13:24:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-14 21:22:39 +0100
commitc6f67ba90352c6506d5131a5f7ecca1f727ce377 (patch)
tree84e934af238e3e9897aa25d842f282aa4ed58d9a /sc/inc/address.hxx
parent556d4f458d92745a8f95ecb12fefa76e68cb9251 (diff)
Details always dereferences ScDocument argument
Change-Id: If56c03af49606ffe6b5d4d782bd4a848aa79d8c2 Reviewed-on: https://gerrit.libreoffice.org/82695 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r--sc/inc/address.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx
index c879cdc6a6d0..f38b216ecdb3 100644
--- a/sc/inc/address.hxx
+++ b/sc/inc/address.hxx
@@ -216,7 +216,7 @@ public:
eConv(eConvP), nRow(0), nCol(0)
{}
/* Use the formula::FormulaGrammar::AddressConvention associated with rAddr::Tab() */
- Details( const ScDocument* pDoc, const ScAddress & rAddr );
+ Details( const ScDocument& rDoc, const ScAddress& rAddr );
};
SC_DLLPUBLIC static const Details detailsOOOa1;