Kaydet (Commit) f6c0803e authored tarafından Markus Mohrhard's avatar Markus Mohrhard

itemdel.[ch]xx is only used in sfx2

Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
üst ed4142f1
...@@ -133,6 +133,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ ...@@ -133,6 +133,7 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/config/evntconf \ sfx2/source/config/evntconf \
sfx2/source/control/bindings \ sfx2/source/control/bindings \
sfx2/source/control/ctrlitem \ sfx2/source/control/ctrlitem \
sfx2/source/control/itemdel \
sfx2/source/control/minfitem \ sfx2/source/control/minfitem \
sfx2/source/control/msg \ sfx2/source/control/msg \
sfx2/source/control/msgpool \ sfx2/source/control/msgpool \
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include <com/sun/star/frame/DispatchDescriptor.hpp> #include <com/sun/star/frame/DispatchDescriptor.hpp>
#include <com/sun/star/frame/XController.hpp> #include <com/sun/star/frame/XController.hpp>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <svtools/itemdel.hxx> #include "itemdel.hxx"
//Includes below due to nInReschedule //Includes below due to nInReschedule
#include "appdata.hxx" #include "appdata.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <sal/config.h> #include <sal/config.h>
#include <boost/noncopyable.hpp> #include <boost/noncopyable.hpp>
#include <svtools/itemdel.hxx> #include "itemdel.hxx"
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <tools/errcode.hxx> #include <tools/errcode.hxx>
#include <limits.h> #include <limits.h>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <svl/stritem.hxx> #include <svl/stritem.hxx>
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <svl/itemset.hxx> #include <svl/itemset.hxx>
#include <svtools/itemdel.hxx> #include "itemdel.hxx"
#include <svl/visitem.hxx> #include <svl/visitem.hxx>
#include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase1.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <svl/itemiter.hxx> #include <svl/itemiter.hxx>
#include <svl/itempool.hxx> #include <svl/itempool.hxx>
#include <svtools/itemdel.hxx> #include "itemdel.hxx"
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <svl/stritem.hxx> #include <svl/stritem.hxx>
#include <svl/intitem.hxx> #include <svl/intitem.hxx>
#include <svl/itemset.hxx> #include <svl/itemset.hxx>
#include <svtools/itemdel.hxx> #include "itemdel.hxx"
#include <svl/visitem.hxx> #include <svl/visitem.hxx>
#include <cppuhelper/weak.hxx> #include <cppuhelper/weak.hxx>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <sal/log.hxx> #include <sal/log.hxx>
#include <svl/itempool.hxx> #include <svl/itempool.hxx>
#include <svl/undo.hxx> #include <svl/undo.hxx>
#include <svtools/itemdel.hxx> #include "itemdel.hxx"
#include <svtools/asynclink.hxx> #include <svtools/asynclink.hxx>
#include <basic/sbx.hxx> #include <basic/sbx.hxx>
......
...@@ -16,14 +16,12 @@ ...@@ -16,14 +16,12 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#ifndef INCLUDED_SVTOOLS_ITEMDEL_HXX #ifndef INCLUDED_SFX2_ITEMDEL_HXX
#define INCLUDED_SVTOOLS_ITEMDEL_HXX #define INCLUDED_SFX2_ITEMDEL_HXX
#include <svtools/svtdllapi.h>
class SfxPoolItem; class SfxPoolItem;
SVT_DLLPUBLIC void DeleteItemOnIdle( SfxPoolItem* pItem ); void DeleteItemOnIdle( SfxPoolItem* pItem );
#endif #endif
......
...@@ -181,7 +181,6 @@ $(eval $(call gb_Library_add_exception_objects,svt,\ ...@@ -181,7 +181,6 @@ $(eval $(call gb_Library_add_exception_objects,svt,\
svtools/source/misc/imap \ svtools/source/misc/imap \
svtools/source/misc/imap2 \ svtools/source/misc/imap2 \
svtools/source/misc/imap3 \ svtools/source/misc/imap3 \
svtools/source/misc/itemdel \
svtools/source/misc/langtab \ svtools/source/misc/langtab \
svtools/source/misc/langhelp \ svtools/source/misc/langhelp \
svtools/source/misc/openfiledroptargetlistener \ svtools/source/misc/openfiledroptargetlistener \
......
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