loplugin:includeform: remotebridges
Change-Id: I18d4c77233c66b7d4359bed8d42f80271de637dc
This commit is contained in:
parent
7d66d3ae9f
commit
650432d410
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||
*/
|
||||
|
||||
#include "rtl/malformeduriexception.hxx"
|
||||
#include <rtl/malformeduriexception.hxx>
|
||||
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
|
@ -30,7 +30,7 @@
|
|||
#include <cppuhelper/implbase.hxx>
|
||||
#include <cppuhelper/implementationentry.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
#include "cppuhelper/unourl.hxx"
|
||||
#include <cppuhelper/unourl.hxx>
|
||||
|
||||
using namespace cppu;
|
||||
using namespace com::sun::star::uno;
|
||||
|
|
Loading…
Reference in a new issue