diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/global.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 50041b37b323..d66801a9e205 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -509,6 +509,7 @@ class ScGlobal static std::unique_ptr<ScUserList> xUserList; static SC_DLLPUBLIC const OUString aEmptyOUString; static OUString aStrClipDocName; + static OUString aStrErrorStringNoRef; static std::unique_ptr<SvxBrushItem> xEmptyBrushItem; static std::unique_ptr<SvxBrushItem> xButtonBrushItem; |