diff options
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r-- | sw/inc/shellres.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index 5f391b7bf3b0..f324299a69b7 100644 --- a/sw/inc/shellres.hxx +++ b/sw/inc/shellres.hxx @@ -24,7 +24,7 @@ #include <tools/rc.hxx> #include <vcl/bitmap.hxx> -struct SW_DLLPUBLIC ShellResource +struct SW_DLLPUBLIC ShellResource : public Resource { OUString aPostItAuthor; OUString aPostItPage; @@ -80,6 +80,7 @@ struct SW_DLLPUBLIC ShellResource OUString GetPageDescName(sal_uInt16 nNo, PageNameMode eMode); ShellResource(); + ~ShellResource(); private: void GetAutoFormatNameLst_() const; |