unoipset.cxx (190118d0) unoipset.cxx (b597708b)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_editeng.hxx"
26#include <com/sun/star/beans/XPropertySet.hpp>
27#include <svl/eitem.hxx>
28#include <tools/list.hxx>
29
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 13 unchanged lines hidden (view full) ---

22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_editeng.hxx"
26#include <com/sun/star/beans/XPropertySet.hpp>
27#include <svl/eitem.hxx>
28#include <tools/list.hxx>
29
30#include <hash_map>
31#include <vector>
32#include <svl/itemprop.hxx>
33
34#include <editeng/unoipset.hxx>
35#include <editeng/editids.hrc>
36#include <editeng/editeng.hxx>
37#include <svl/itempool.hxx>
38#include <algorithm>
39

--- 351 unchanged lines hidden ---
30#include <svl/itemprop.hxx>
31
32#include <editeng/unoipset.hxx>
33#include <editeng/editids.hrc>
34#include <editeng/editeng.hxx>
35#include <svl/itempool.hxx>
36#include <algorithm>
37

--- 351 unchanged lines hidden ---