summaryrefslogtreecommitdiff
path: root/xmloff/inc/PageMasterImportContext.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-07 15:15:52 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-07 15:15:52 +0000
commit6ed51f35618eedd190318a5107e61b92457ba031 (patch)
treead4908683a15cb619274941b5777f825ebf75bd8 /xmloff/inc/PageMasterImportContext.hxx
parentc9f1441a7d933c3a6f7be3772c67e13b0f9b0258 (diff)
INTEGRATION: CWS cjksp1_DEV300 (1.4.262); FILE MERGED
2007/09/27 04:28:04 pflin 1.4.262.2: RESYNC: (1.4-1.5); FILE MERGED 2007/04/23 07:58:06 pflin 1.4.262.1: Text grid enhancement: support xml filter
Diffstat (limited to 'xmloff/inc/PageMasterImportContext.hxx')
-rw-r--r--xmloff/inc/PageMasterImportContext.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/xmloff/inc/PageMasterImportContext.hxx b/xmloff/inc/PageMasterImportContext.hxx
index ec170f20d5f9..642c2e72d50f 100644
--- a/xmloff/inc/PageMasterImportContext.hxx
+++ b/xmloff/inc/PageMasterImportContext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PageMasterImportContext.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 14:36:49 $
+ * last change: $Author: kz $ $Date: 2008-03-07 16:15:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,8 @@ public:
PageStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList,
- SvXMLStylesContext& rStyles);
+ SvXMLStylesContext& rStyles,
+ sal_Bool bDefaultStyle=sal_False);
virtual ~PageStyleContext();
virtual SvXMLImportContext *CreateChildContext(
@@ -71,6 +72,9 @@ public:
virtual void FillPropertySet(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > & rPropSet );
+
+ //text grid enhancement
+ virtual void SetDefaults();
};
#endif