diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 12:31:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-02 17:46:24 +0200 |
commit | 09b57f9ef6bb4482cb54bfece3de1f27c2d5367e (patch) | |
tree | ccfefdd439dbb2f7d5c0dded5d81d97453c550aa /svx | |
parent | eb755bc603411f17aff9edb4cd1e3dcb6249fb5d (diff) |
Remove unused tbxdraw.hrc
All definitions are unused.
Change-Id: Icbfb5f054ebaf674be3720b2cbf81aed0f825938
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbxalign.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxdraw.hrc | 22 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxdrctl.cxx | 1 |
3 files changed, 0 insertions, 24 deletions
diff --git a/svx/source/tbxctrls/tbxalign.cxx b/svx/source/tbxctrls/tbxalign.cxx index 8761e8accfd9..495160bee1b0 100644 --- a/svx/source/tbxctrls/tbxalign.cxx +++ b/svx/source/tbxctrls/tbxalign.cxx @@ -33,7 +33,6 @@ #include "svx/tbxalign.hxx" #include "svx/tbxdraw.hxx" -#include "tbxdraw.hrc" #include <tools/shl.hxx> #include <sfx2/imagemgr.hxx> #include <vcl/svapp.hxx> diff --git a/svx/source/tbxctrls/tbxdraw.hrc b/svx/source/tbxctrls/tbxdraw.hrc deleted file mode 100644 index c11ff8054340..000000000000 --- a/svx/source/tbxctrls/tbxdraw.hrc +++ /dev/null @@ -1,22 +0,0 @@ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ -#include <svx/dialogs.hrc> -#include <svx/svxids.hrc> - -#define TBX_DRAW 1 -#define TBX_ALIGNMENT SID_OBJECT_ALIGN_LEFT diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx index 441aba0a1468..95269bed34da 100644 --- a/svx/source/tbxctrls/tbxdrctl.cxx +++ b/svx/source/tbxctrls/tbxdrctl.cxx @@ -34,7 +34,6 @@ #include "svx/tbxctl.hxx" #include "svx/tbxdraw.hxx" #include "svx/tbxcolor.hxx" -#include "tbxdraw.hrc" #include <com/sun/star/frame/XLayoutManager.hpp> SFX_IMPL_TOOLBOX_CONTROL(SvxTbxCtlDraw, SfxAllEnumItem); |