summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-22 20:48:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-22 21:06:02 +0100
commitf4c40c4ae8ad1c1b3565f94eecc52296125570a7 (patch)
tree0e077e3ac1fdf89f53cc3d4f00e05635b5a03c4e /sfx2
parent92da12ad15a9c11c5f117f1c490d5113bdead045 (diff)
Resolve SfxDocTemplate_ImplRef typedef
Change-Id: I9dfe4557a471f1b33cc4cad879bec1797e03f8d1
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/doctempl.cxx6
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;