langselectionmenucontroller.cxx (6d739b60) | langselectionmenucontroller.cxx (d026be40) |
---|---|
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 --- 40 unchanged lines hidden (view full) --- 49#endif 50#include <vcl/svapp.hxx> 51#include <vcl/i18nhelp.hxx> 52#include <tools/urlobj.hxx> 53#include <rtl/ustrbuf.hxx> 54#ifndef _VCL_MNEMONIC_HXX_ 55#include <vcl/mnemonic.hxx> 56#endif | 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 --- 40 unchanged lines hidden (view full) --- 49#endif 50#include <vcl/svapp.hxx> 51#include <vcl/i18nhelp.hxx> 52#include <tools/urlobj.hxx> 53#include <rtl/ustrbuf.hxx> 54#ifndef _VCL_MNEMONIC_HXX_ 55#include <vcl/mnemonic.hxx> 56#endif |
57#include <com/sun/star/awt/XMenuExtended.hpp> | |
58#include <comphelper/processfactory.hxx> 59 60#include <com/sun/star/document/XDocumentLanguages.hpp> 61#include <com/sun/star/frame/XPopupMenuController.hpp> 62#include <com/sun/star/linguistic2/XLanguageGuessing.hpp> 63 64#include <i18npool/mslangid.hxx> 65#include <svl/languageoptions.hxx> --- 309 unchanged lines hidden --- | 57#include <comphelper/processfactory.hxx> 58 59#include <com/sun/star/document/XDocumentLanguages.hpp> 60#include <com/sun/star/frame/XPopupMenuController.hpp> 61#include <com/sun/star/linguistic2/XLanguageGuessing.hpp> 62 63#include <i18npool/mslangid.hxx> 64#include <svl/languageoptions.hxx> --- 309 unchanged lines hidden --- |