diff options
Diffstat (limited to 'sc/inc/arealink.hxx')
-rw-r--r-- | sc/inc/arealink.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx index 69b6b5a8d40f..5391d320ce09 100644 --- a/sc/inc/arealink.hxx +++ b/sc/inc/arealink.hxx @@ -42,7 +42,7 @@ private: bool bAddUndo; bool bInCreate; bool bDoInsert; // is set to FALSE for first update - static bool FindExtRange( ScRange& rRange, ScDocument* pSrcDoc, const OUString& rAreaName ); + static bool FindExtRange( ScRange& rRange, const ScDocument* pSrcDoc, const OUString& rAreaName ); public: ScAreaLink( SfxObjectShell* pShell, const OUString& rFile, |