diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-05-18 20:04:12 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-05-18 20:04:12 -0700 |
commit | a6c4db6a2ddb42564bd172f96366ea939a5c63a2 (patch) | |
tree | b6f40be5b1a189a44e957c836317d1b265bbe613 | |
parent | b6a4bef73ccdb817860e8cb17e3397b0e5ffbdf7 (diff) |
Remove all the #include <tools/ownlist.hxx>
I'm deleting the header since it's no longer used.
-rw-r--r-- | sc/source/core/inc/core_pch.hxx | 1 | ||||
-rw-r--r-- | sc/source/filter/inc/filt_pch.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/ui_pch.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/inc/core_pch.hxx b/sc/source/core/inc/core_pch.hxx index 3e84de8c5..123e3caa7 100644 --- a/sc/source/core/inc/core_pch.hxx +++ b/sc/source/core/inc/core_pch.hxx @@ -122,7 +122,6 @@ #include <vcl/ptrstyle.hxx> #include <tools/wintypes.hxx> #include <vcl/event.hxx> -#include <tools/ownlist.hxx> #include <svl/itempool.hxx> #include <tools/datetime.hxx> #include <attrib.hxx> diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx index 12207bd81..7ff38bcb4 100644 --- a/sc/source/filter/inc/filt_pch.hxx +++ b/sc/source/filter/inc/filt_pch.hxx @@ -177,7 +177,6 @@ #include <tools/wintypes.hxx> #include <vcl/inputctx.hxx> #include <vcl/event.hxx> -#include <tools/ownlist.hxx> #include <vcl/cmdevt.hxx> #include <vcl/vclenum.hxx> #include <cell.hxx> diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx index 8c2d201c9..210784a14 100644 --- a/sc/source/ui/inc/ui_pch.hxx +++ b/sc/source/ui/inc/ui_pch.hxx @@ -68,7 +68,6 @@ #include <sot/object.hxx> #include <sot/sotdata.hxx> #include <sot/factory.hxx> -#include <tools/ownlist.hxx> #include <vcl/font.hxx> #include <vcl/wall.hxx> #include <vcl/settings.hxx> |