diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-22 20:48:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-22 21:06:02 +0100 |
commit | f4c40c4ae8ad1c1b3565f94eecc52296125570a7 (patch) | |
tree | 0e077e3ac1fdf89f53cc3d4f00e05635b5a03c4e /sfx2 | |
parent | 92da12ad15a9c11c5f117f1c490d5113bdead045 (diff) |
Resolve SfxDocTemplate_ImplRef typedef
Change-Id: I9dfe4557a471f1b33cc4cad879bec1797e03f8d1
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index 23672caee0ae..69a99d030bed 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -253,12 +253,6 @@ public: } }; - -#ifndef SFX_DECL_DOCTEMPLATES_DEFINED -#define SFX_DECL_DOCTEMPLATES_DEFINED -typedef tools::SvRef<SfxDocTemplate_Impl> SfxDocTemplate_ImplRef; -#endif - SfxDocTemplate_Impl *gpTemplateData = nullptr; |