summaryrefslogtreecommitdiff
path: root/sw/inc/unofield.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-03-08 13:14:56 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-03-08 13:14:56 +0000
commit7aaf01e8b7baf7b0b890906fb13898f3938d9b64 (patch)
treeeeba2a1c5f7c4628fb82fca2880e54f72855dc06 /sw/inc/unofield.hxx
parentfff4946c805356612ec44f5d10f2fe4ae13d63e3 (diff)
- added: property InstanceName to field masters
- added: property IsInHeaderFooter to redline object
Diffstat (limited to 'sw/inc/unofield.hxx')
-rw-r--r--sw/inc/unofield.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/unofield.hxx b/sw/inc/unofield.hxx
index 688e265d1138..66403c417e41 100644
--- a/sw/inc/unofield.hxx
+++ b/sw/inc/unofield.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unofield.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2001-02-21 12:13:10 $
+ * last change: $Author: dvo $ $Date: 2001-03-08 14:14:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,7 @@ class SwDoc;
class SwFmtFld;
class SwField;
class SwSetExpField;
+class String;
/* -----------------04.12.98 12:49-------------------
*
* --------------------------------------------------*/
@@ -262,6 +263,9 @@ public:
virtual rtl::OUString SAL_CALL getImplementationName(void) throw( ::com::sun::star::uno::RuntimeException );
virtual BOOL SAL_CALL supportsService(const rtl::OUString& ServiceName) throw( ::com::sun::star::uno::RuntimeException );
virtual ::com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames(void) throw( ::com::sun::star::uno::RuntimeException );
+
+
+ static sal_Bool getInstanceName(const SwFieldType& rFldType, String& rName);
};
/* -----------------21.12.98 10:26-------------------