diff options
Diffstat (limited to 'sc/inc/targuno.hxx')
-rw-r--r-- | sc/inc/targuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/targuno.hxx b/sc/inc/targuno.hxx index 387a76160364..efed914a5a42 100644 --- a/sc/inc/targuno.hxx +++ b/sc/inc/targuno.hxx @@ -81,7 +81,7 @@ class ScLinkTargetTypeObj : public ::cppu::WeakImplHelper< { private: ScDocShell* pDocShell; - sal_uInt16 nType; + sal_uInt16 const nType; OUString aName; public: |