summaryrefslogtreecommitdiffstats
path: root/part/kxecommand.cpp
blob: f197fc31141c1d691b66f889ef878f677306450e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
// C++ Implementation: kxecommand
//
// Description: 
//
//
// Author: Adam Charytoniuk <achary@poczta.onet.pl>, (C) 2003
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "kxecommand.h"

KXECommand::KXECommand(KXEDocument* pDocument)
:KCommand()
{
	m_pDocument = pDocument;;
}


KXECommand::~KXECommand()
{
}