summaryrefslogtreecommitdiff
path: root/automation/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-10 10:29:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-10 10:29:57 +0000
commit9895166916a1fcfc37172f5ee482033fd203edf6 (patch)
tree3231ff42d945d305b51cf9663223b8bf15de2393 /automation/source
parentc795d4ca5d3ee93025e3b8454bba05a1425f51bb (diff)
INTEGRATION: CWS gh4 (1.3.2); FILE MERGED
2003/05/27 13:46:09 gh 1.3.2.1: #109356#join uno slot-handling and numeric slot-handlng
Diffstat (limited to 'automation/source')
-rw-r--r--automation/source/server/statemnt.hxx15
1 files changed, 8 insertions, 7 deletions
diff --git a/automation/source/server/statemnt.hxx b/automation/source/server/statemnt.hxx
index 443576e922f0..eec67b89f751 100644
--- a/automation/source/server/statemnt.hxx
+++ b/automation/source/server/statemnt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: statemnt.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 15:54:29 $
+ * last change: $Author: vg $ $Date: 2003-06-10 11:29:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -331,7 +331,11 @@ protected:
USHORT nAnzahl;
SfxPoolItem **pItemArr;
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue> aArgs;
- USHORT nFunctionId;
+ USHORT nFunctionId; // can get removed when the old (numeric) slothandling is removed
+ String aUnoUrl;
+
+ StatementSlot();
+ void AddReferer();
public:
StatementSlot( SCmdStream *pIn );
StatementSlot( ULONG nSlot, SfxPoolItem* pItem = NULL );
@@ -339,13 +343,10 @@ public:
virtual BOOL Execute();
};
-class StatementUnoSlot : public StatementList //Uno Slots aufrufen
+class StatementUnoSlot : public StatementSlot //Uno Slots aufrufen
{
-protected:
- String aUnoUrl;
public:
StatementUnoSlot(SCmdStream *pIn);
- virtual BOOL Execute();
};
class StatementCommand : public StatementList // Befehl ausführen (wintree, resetaplication ...)