diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-07 13:09:31 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-07 13:09:31 +0000 |
commit | 19ea3db6d33e8e1de57104e42796454757facd45 (patch) | |
tree | e6baffa68f6cb5c4a8b1e234d3f98a82c827d580 /sw/inc/shellres.hxx | |
parent | eee0206831f9682f1fa1806d08bbbeaf4783b4e9 (diff) |
revert unready stuff
Change-Id: I2b112a17a2bc70bfe4d5a6af7964a3c1d7eacf9b
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; |