summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-03-05 14:52:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-03-05 14:52:03 +0000
commitc9810c0e115404cee0e90fa36a75d76623c9eb6b (patch)
tree71d95298c93704b8a1e4132c38d0ae15696bdd6c
parent29f1cdb9868149f858b505a7126b073bce306b5e (diff)
#65293# syntax
-rw-r--r--svtools/source/control/valueimp.hxx19
1 files 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();