diff options
Diffstat (limited to 'sc/source/ui/unoobj/srchuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/srchuno.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/unoobj/srchuno.cxx b/sc/source/ui/unoobj/srchuno.cxx index 9f335889ccea..9c9d52ff56f5 100644 --- a/sc/source/ui/unoobj/srchuno.cxx +++ b/sc/source/ui/unoobj/srchuno.cxx @@ -17,19 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "scitems.hxx" +#include <scitems.hxx> #include <svl/srchitem.hxx> #include <vcl/svapp.hxx> #include <comphelper/servicehelper.hxx> #include <cppuhelper/supportsservice.hxx> -#include "srchuno.hxx" -#include "docsh.hxx" -#include "undoblk.hxx" -#include "hints.hxx" -#include "markdata.hxx" -#include "miscuno.hxx" -#include "unonames.hxx" +#include <srchuno.hxx> +#include <docsh.hxx> +#include <undoblk.hxx> +#include <hints.hxx> +#include <markdata.hxx> +#include <miscuno.hxx> +#include <unonames.hxx> using namespace com::sun::star; |