summaryrefslogtreecommitdiffstats
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 11:08:31 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-03-04 11:34:07 +0000
commit5b04c9063cc9dd77dc55c361df081812af38cdbd (patch)
tree827cd9405e68df853362ac6a021c4619bf4a6bc3 /svtools/source/misc
parentdiscard explicit SetAccessibleRelationMemberOf when members of a true VclFrame (diff)
downloadcore-5b04c9063cc9dd77dc55c361df081812af38cdbd.tar.gz
core-5b04c9063cc9dd77dc55c361df081812af38cdbd.zip
remove unused and commented out code
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/wallitem.cxx43
1 files changed, 0 insertions, 43 deletions
diff --git a/svtools/source/misc/wallitem.cxx b/svtools/source/misc/wallitem.cxx
deleted file mode 100644
index 24193e7158db..000000000000
--- a/svtools/source/misc/wallitem.cxx
+++ /dev/null
@@ -1,43 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#include <cppuhelper/weak.hxx>
-#include <com/sun/star/io/XOutputStream.hpp>
-#include <com/sun/star/io/XActiveDataSource.hpp>
-#include <com/sun/star/io/XActiveDataControl.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-
-#include <comphelper/processfactory.hxx>
-
-#include <tools/stream.hxx>
-
-#include <vcl/graph.hxx>
-#include <vcl/svapp.hxx>
-#include <vcl/wrkwin.hxx>
-#include <vcl/gradient.hxx>
-#include <vcl/cvtgrf.hxx>
-
-#include <svtools/wallitem.hxx>
-#include <svl/cntwall.hxx>
-
-SfxBrushItemLink::~SfxBrushItemLink()
-{
-}
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */