numberedcollection.cxx (dde7d3fa) numberedcollection.cxx (82c0ddf2)
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

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

20 *************************************************************/
21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_comphelper.hxx"
26
27#include <comphelper/numberedcollection.hxx>
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

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

20 *************************************************************/
21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_comphelper.hxx"
26
27#include <comphelper/numberedcollection.hxx>
28#include <algorithm>
28
29//_______________________________________________
30// includes
31
32#include <com/sun/star/frame/UntitledNumbersConst.hpp>
33
34//_______________________________________________
35// namespace

--- 237 unchanged lines hidden ---
29
30//_______________________________________________
31// includes
32
33#include <com/sun/star/frame/UntitledNumbersConst.hpp>
34
35//_______________________________________________
36// namespace

--- 237 unchanged lines hidden ---