diff options
Diffstat (limited to 'sc/inc/address.hxx')
-rw-r--r-- | sc/inc/address.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index c2304965b240..5fc9a361cb66 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -959,7 +959,7 @@ template< typename T > inline void PutInOrder( T& nStart, T& nEnd ) } } -bool ConvertSingleRef( const ScDocument* pDocument, const OUString& rRefString, +bool ConvertSingleRef( const ScDocument& pDocument, const OUString& rRefString, SCTAB nDefTab, ScRefAddress& rRefAddress, const ScAddress::Details& rDetails, ScAddress::ExternalInfo* pExtInfo = nullptr ); |