diff options
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 309455adc348..de0b3311c4fc 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -508,7 +508,6 @@ class ScGlobal static std::atomic<ScUnoAddInCollection*> pAddInCollection; static ScUserList* pUserList; static std::map<const char*, OUString>* pRscString; - static OUString* pStrScDoc; static SC_DLLPUBLIC const OUString aEmptyOUString; static OUString aStrClipDocName; static std::unique_ptr<SvxBrushItem> xEmptyBrushItem; |