diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 14:06:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 14:06:12 +0100 |
commit | e83d0d9b3b82a604e373a975524e84626efd160e (patch) | |
tree | c02509703431989a44f5e74453be6e1b16602a21 /sfx2/source/inc | |
parent | f144d592fb5c314680e397e3ac686721fb2bc3d6 (diff) |
we don't need to update the style icons anymore
once this was a dialog but now its a panel and the case of a the document under
the dialog changing type isn't an issue anymore
Change-Id: I4680cf238675161c533852d843508a19c74a9073
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/templdgi.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/inc/templdgi.hxx b/sfx2/source/inc/templdgi.hxx index a0a02d1811e7..980302907fdb 100644 --- a/sfx2/source/inc/templdgi.hxx +++ b/sfx2/source/inc/templdgi.hxx @@ -369,8 +369,7 @@ protected: void Resize(); Size GetMinOutputSizePixel(); - void updateFamilyImages(); - void updateNonFamilyImages(); + void setNonFamilyImages(); public: friend class SfxTemplateDialog; |