From c9810c0e115404cee0e90fa36a75d76623c9eb6b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 5 Mar 2002 14:52:03 +0000 Subject: #65293# syntax --- svtools/source/control/valueimp.hxx | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx index 962bc2051d8b..6713fce21acb 100644 --- a/svtools/source/control/valueimp.hxx +++ b/svtools/source/control/valueimp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: valueimp.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: ka $ $Date: 2002-02-25 16:39:54 $ + * last change: $Author: hr $ $Date: 2002-03-05 15:52:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -130,20 +130,10 @@ enum ValueSetItemType // - ValueSetItem - // ---------------- +class ValueSet; + struct ValueSetItem { -private: - - ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >* mpxAcc; - - - ValueSetItem(); - ValueSetItem( const ValueSetItem& rItem ); - - ValueSetItem& operator=( const ValueSetItem& ); - -public: - ValueSet& mrParent; USHORT mnId; USHORT mnBits; @@ -153,6 +143,7 @@ public: XubString maText; void* mpData; Rectangle maRect; + ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >* mpxAcc; ValueSetItem( ValueSet& rParent ); ~ValueSetItem(); -- cgit