summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/uiitems.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-04-27 11:04:46 +0000
committerOliver Specht <os@openoffice.org>2001-04-27 11:04:46 +0000
commit4a16c9a6e9faf610ccefb44d5ea1e484c92388ca (patch)
tree30cf33810aca96dcac296ad25e53ebc57c2f8b78 /sw/source/ui/inc/uiitems.hxx
parent#86296# use page descriptor only if necessary (diff)
downloadcore-4a16c9a6e9faf610ccefb44d5ea1e484c92388ca.tar.gz
core-4a16c9a6e9faf610ccefb44d5ea1e484c92388ca.zip
#86296# SwPageFtnInfoItem::Query/PutValue impl.
Diffstat (limited to 'sw/source/ui/inc/uiitems.hxx')
-rw-r--r--sw/source/ui/inc/uiitems.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/inc/uiitems.hxx b/sw/source/ui/inc/uiitems.hxx
index 4516476eeee4..ff5e99255706 100644
--- a/sw/source/ui/inc/uiitems.hxx
+++ b/sw/source/ui/inc/uiitems.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uiitems.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:43 $
+ * last change: $Author: os $ $Date: 2001-04-27 12:04:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,6 +89,10 @@ public:
SfxMapUnit ePresMetric,
String &rText,
const International* pIntl = 0 ) const;
+
+ virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const;
+ virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 );
+
SwPageFtnInfo& GetPageFtnInfo() { return aFtnInfo; }
const SwPageFtnInfo& GetPageFtnInfo() const { return aFtnInfo; }
void SetPageFtnInfo(SwPageFtnInfo& rInf) { aFtnInfo = rInf; }