diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-06 14:16:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-07 13:07:58 +0000 |
commit | e51f247484e4c967838971a0ff5f915cc7f2e376 (patch) | |
tree | 3b26e82d7b8c15e0e2e450e2b907844b28623434 /sw/inc/shellres.hxx | |
parent | 1c48275a28fa3bccdeb6bc12e4f0bcea6c05a81b (diff) |
flatten ShellResource resource
Change-Id: I6094f86eb7da89ba5e21be909417b23f9f375351
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r-- | sw/inc/shellres.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx index f324299a69b7..5f391b7bf3b0 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 : public Resource +struct SW_DLLPUBLIC ShellResource { OUString aPostItAuthor; OUString aPostItPage; @@ -80,7 +80,6 @@ struct SW_DLLPUBLIC ShellResource : public Resource OUString GetPageDescName(sal_uInt16 nNo, PageNameMode eMode); ShellResource(); - ~ShellResource(); private: void GetAutoFormatNameLst_() const; |