diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-05-18 20:04:50 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-05-18 20:04:50 -0700 |
commit | 1885bdcf53251a161da546de4f0c17c232e86055 (patch) | |
tree | f7d005fffa239afccacc4e196421e410cc0329bb | |
parent | 7dd30968f0d89382198b70a58a3e8d1c1cc5fc98 (diff) |
Remove all the #include <tools/ownlist.hxx>feature/gsoc2011_wizards
I'm deleting the header since it's no longer used.
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx2.hxx | 1 | ||||
-rw-r--r-- | sfx2/inc/sfx2/shell.hxx | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx2.hxx b/sfx2/inc/pch/precompiled_sfx2.hxx index 5c4a41e7d6..8615cc61d4 100644 --- a/sfx2/inc/pch/precompiled_sfx2.hxx +++ b/sfx2/inc/pch/precompiled_sfx2.hxx @@ -599,7 +599,6 @@ #include "tools/globname.hxx" #include "tools/inetmime.hxx" #include "tools/link.hxx" -#include "tools/ownlist.hxx" #include "tools/rc.hxx" #include "tools/rcid.h" #include "tools/ref.hxx" diff --git a/sfx2/inc/sfx2/shell.hxx b/sfx2/inc/sfx2/shell.hxx index 04d4aac480..f4315698e4 100644 --- a/sfx2/inc/sfx2/shell.hxx +++ b/sfx2/inc/sfx2/shell.hxx @@ -2,7 +2,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -36,7 +36,6 @@ #include <tools/rtti.hxx> #include <svl/brdcst.hxx> -#include <tools/ownlist.hxx> #include <tools/unqid.hxx> #include <tools/string.hxx> |