~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kivio/kiviopart/kiviosdk/polylineconnectorspawner.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
   You should have received a copy of the GNU Library General Public License
15
15
   along with this library; see the file COPYING.LIB.  If not, write to
16
 
   the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17
 
   Boston, MA 02111-1307, USA.
 
16
   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
17
   Boston, MA 02110-1301, USA.
18
18
*/
19
19
#include "polylineconnectorspawner.h"
20
20
 
38
38
  return true;
39
39
}
40
40
 
41
 
QDomElement PolyLineConnectorSpawner::saveXML(QDomDocument& doc)
 
41
QDomElement PolyLineConnectorSpawner::saveXML(QDomDocument& /*doc*/)
42
42
{
43
43
  return QDomElement();
44
44
}
51
51
  return connector;
52
52
}
53
53
 
54
 
KivioStencil* PolyLineConnectorSpawner::newStencil(const QString& arg)
 
54
KivioStencil* PolyLineConnectorSpawner::newStencil(const QString& /*arg*/)
55
55
{
56
56
  PolyLineConnector* connector = new PolyLineConnector();
57
57
  connector->setSpawner(this);