ToolBoxBackground.cxx (65908a7e) | ToolBoxBackground.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 --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22#include "precompiled_sfx2.hxx" 23 24#include "ToolBoxBackground.hxx" 25#include "Paint.hxx" 26#include "DrawHelper.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 --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22#include "precompiled_sfx2.hxx" 23 24#include "ToolBoxBackground.hxx" 25#include "Paint.hxx" 26#include "DrawHelper.hxx" |
27#include "Tools.hxx" | 27#include "sfx2/sidebar/Tools.hxx" |
28#include "sfx2/sidebar/Theme.hxx" 29 30#include <vcl/toolbox.hxx> 31#include <vcl/gradient.hxx> 32#include <svl/smplhint.hxx> 33 34 35namespace sfx2 { namespace sidebar { --- 119 unchanged lines hidden --- | 28#include "sfx2/sidebar/Theme.hxx" 29 30#include <vcl/toolbox.hxx> 31#include <vcl/gradient.hxx> 32#include <svl/smplhint.hxx> 33 34 35namespace sfx2 { namespace sidebar { --- 119 unchanged lines hidden --- |