diff options
Diffstat (limited to 'sw/source/ui/inc/glosdoc.hxx')
-rw-r--r-- | sw/source/ui/inc/glosdoc.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/inc/glosdoc.hxx b/sw/source/ui/inc/glosdoc.hxx index 6ab31ac73c86..a3a6c798dc5a 100644 --- a/sw/source/ui/inc/glosdoc.hxx +++ b/sw/source/ui/inc/glosdoc.hxx @@ -50,8 +50,7 @@ class SW_DLLPUBLIC SwGlossaries UnoAutoTextEntries m_aGlossaryEntries; String m_aPath; - String m_sOldErrPath; - String m_sErrPath; + std::vector<rtl::OUString> m_aInvalidPaths; std::vector<String> m_PathArr; std::vector<String> m_GlosArr; sal_Bool m_bError; |