diff options
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 39406a7c4386..c34482bc2105 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -23,6 +23,7 @@ #include "address.hxx" #include "scdllapi.h" #include "queryparam.hxx" +#include <unotools/resmgr.hxx> #include <unordered_set> #include <vector> @@ -70,7 +71,7 @@ public: * @return nullptr if the source range is sane, otherwise an error message ID is * returned. */ - const char* CheckSourceRange() const; + TranslateId CheckSourceRange() const; private: mutable ScRange maSourceRange; |