ControllerItem.cxx (45da7d5e) | ControllerItem.cxx (f35c6d02) |
---|---|
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 --- 14 unchanged lines hidden (view full) --- 23 24#include "sidebar/ControllerItem.hxx" 25 26#include <sfx2/msgpool.hxx> 27#include <sfx2/viewsh.hxx> 28#include "sfx2/imagemgr.hxx" 29#include "sfx2/bindings.hxx" 30#include <unotools/cmdoptions.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 --- 14 unchanged lines hidden (view full) --- 23 24#include "sidebar/ControllerItem.hxx" 25 26#include <sfx2/msgpool.hxx> 27#include <sfx2/viewsh.hxx> 28#include "sfx2/imagemgr.hxx" 29#include "sfx2/bindings.hxx" 30#include <unotools/cmdoptions.hxx> |
31#include "CommandInfoProvider.hxx" | 31#include "sfx2/sidebar/CommandInfoProvider.hxx" |
32#include <vcl/svapp.hxx> 33#include <vcl/toolbox.hxx> 34 35#include <com/sun/star/frame/XFrame.hpp> 36#include <com/sun/star/frame/XFrameActionListener.hpp> 37 38 39using namespace css; --- 194 unchanged lines hidden --- | 32#include <vcl/svapp.hxx> 33#include <vcl/toolbox.hxx> 34 35#include <com/sun/star/frame/XFrame.hpp> 36#include <com/sun/star/frame/XFrameActionListener.hpp> 37 38 39using namespace css; --- 194 unchanged lines hidden --- |