summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-05-17 11:58:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-05-22 11:34:40 +0100
commit9499841b4cb41cc062feabd7a91e6a9a46886135 (patch)
tree437de654c951580f71020a4f7fe94655418e2526 /sfx2
parent485a5ff16ab355a6e51050539d94b5ceedde6021 (diff)
Related: #i122315# Include the Tools.hxx header always
(cherry picked from commit e65bf3376ec742e2d5e69cad097d17f77fb19a73) Change-Id: I5ba72f2e30e4e3a306fafc45dfc2c38997f07f0f (cherry picked from commit b7d74cba368a682b275adcd5d533ad067d636016)
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/PanelTitleBar.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sfx2/source/sidebar/PanelTitleBar.cxx b/sfx2/source/sidebar/PanelTitleBar.cxx
index bf94ff40eb8a..738593a96f0d 100644
--- a/sfx2/source/sidebar/PanelTitleBar.cxx
+++ b/sfx2/source/sidebar/PanelTitleBar.cxx
@@ -24,14 +24,12 @@
#include "Panel.hxx"
#include "sfx2/sidebar/Theme.hxx"
#include "sfx2/sidebar/ControllerFactory.hxx"
+#include "sfx2/sidebar/Tools.hxx"
#include <tools/svborder.hxx>
#include <vcl/gradient.hxx>
#include <vcl/image.hxx>
#include <toolkit/helper/vclunohelper.hxx>
-#ifdef DEBUG
-#include "sfx2/sidebar/Tools.hxx"
-#endif
using namespace css;
using namespace cssu;