applab.cxx (efeef26f) | applab.cxx (43f0f119) |
---|---|
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 --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22 23 24// MARKER(update_precomp.py): autogen include statement, do not remove 25#include "precompiled_sw.hxx" 26 | 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 --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22 23 24// MARKER(update_precomp.py): autogen include statement, do not remove 25#include "precompiled_sw.hxx" 26 |
27 28#if STLPORT_VERSION>=321 | |
29#include <cstdarg> | 27#include <cstdarg> |
30#endif | |
31 | 28 |
32 | |
33#include <hintids.hxx> 34 35#include <vcl/svapp.hxx> 36#include <vcl/wrkwin.hxx> 37#include <vcl/msgbox.hxx> 38#include <sfx2/app.hxx> 39#include <sfx2/dispatch.hxx> 40#include <sfx2/printer.hxx> --- 413 unchanged lines hidden --- | 29#include <hintids.hxx> 30 31#include <vcl/svapp.hxx> 32#include <vcl/wrkwin.hxx> 33#include <vcl/msgbox.hxx> 34#include <sfx2/app.hxx> 35#include <sfx2/dispatch.hxx> 36#include <sfx2/printer.hxx> --- 413 unchanged lines hidden --- |