From 6609de8856519e0e9ec8456ca0969004a8214346 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Tue, 21 Apr 2015 10:41:31 +0200 Subject: Related tdf#88056: this guy's better off in presentation namespace no use for it outside Impress really ... Change-Id: I419ce252ec1b32a7ef225fefc02ec5dd87ba402a --- include/editeng/flditem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/flditem.hxx') diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx index 13f7773ed7ed..5ad726bcb3fb 100644 --- a/include/editeng/flditem.hxx +++ b/include/editeng/flditem.hxx @@ -194,7 +194,7 @@ public: class EDITENG_DLLPUBLIC SvxPageTitleField : public SvxFieldData { public: - SV_DECL_PERSIST1( SvxPageTitleField, SvxFieldData, com::sun::star::text::textfield::Type::PAGE_TITLE ) + SV_DECL_PERSIST1( SvxPageTitleField, SvxFieldData, com::sun::star::text::textfield::Type::PRESENTATION_PAGE_TITLE ) SvxPageTitleField(); virtual SvxFieldData* Clone() const SAL_OVERRIDE; -- cgit