optimizationstats.cxx (e4a7f284) optimizationstats.cxx (880c69c6)
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

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

26
27#include "optimizationstats.hxx"
28#include <com/sun/star/awt/Size.hpp>
29#include <com/sun/star/drawing/XShapes.hpp>
30#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
31#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
32
33
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

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

26
27#include "optimizationstats.hxx"
28#include <com/sun/star/awt/Size.hpp>
29#include <com/sun/star/drawing/XShapes.hpp>
30#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
31#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
32
33
34using namespace ::rtl;
34using namespace ::com::sun::star;
35using namespace ::com::sun::star::uno;
36using namespace ::com::sun::star::frame;
37using namespace ::com::sun::star::drawing;
38using namespace ::com::sun::star::beans;
39
35using namespace ::com::sun::star;
36using namespace ::com::sun::star::uno;
37using namespace ::com::sun::star::frame;
38using namespace ::com::sun::star::drawing;
39using namespace ::com::sun::star::beans;
40
40using ::rtl::OUString;
41
42// -----------------------------------------------------------------------------
43
44OptimizationStats::OptimizationStats()
45{
46}
47
48// -----------------------------------------------------------------------------
49

--- 50 unchanged lines hidden ---
41// -----------------------------------------------------------------------------
42
43OptimizationStats::OptimizationStats()
44{
45}
46
47// -----------------------------------------------------------------------------
48

--- 50 unchanged lines hidden ---