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 /include/sfx2/doctempl.hxx | |
parent | 92da12ad15a9c11c5f117f1c490d5113bdead045 (diff) |
Resolve SfxDocTemplate_ImplRef typedef
Change-Id: I9dfe4557a471f1b33cc4cad879bec1797e03f8d1
Diffstat (limited to 'include/sfx2/doctempl.hxx')
-rw-r--r-- | include/sfx2/doctempl.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/sfx2/doctempl.hxx b/include/sfx2/doctempl.hxx index d07d2fe9a89d..82fdc1136adc 100644 --- a/include/sfx2/doctempl.hxx +++ b/include/sfx2/doctempl.hxx @@ -31,17 +31,12 @@ class SfxObjectShell; class SfxDocTemplate_Impl; -#ifndef SFX_DECL_DOCTEMPLATES_DEFINED -#define SFX_DECL_DOCTEMPLATES_DEFINED -typedef tools::SvRef<SfxDocTemplate_Impl> SfxDocTemplate_ImplRef; -#endif - // class SfxDocumentTemplates -------------------------------------------- class SFX2_DLLPUBLIC SfxDocumentTemplates { private: - SfxDocTemplate_ImplRef pImp; + tools::SvRef<SfxDocTemplate_Impl> pImp; SAL_DLLPRIVATE bool CopyOrMove( sal_uInt16 nTargetRegion, sal_uInt16 nTargetIdx, sal_uInt16 nSourceRegion, sal_uInt16 nSourceIdx, bool bMove ); |