Kaydet (Commit) 98951669 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

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
üst c795d4ca
......@@ -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 ausfhren (wintree, resetaplication ...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment