summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:34:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-04-11 02:34:47 +0000
commita0ffa4654375199be46bfc619abcb13d78586a18 (patch)
tree0a4de396bf5c06e056bd9ba87802c86571cad8af /svx/source
parent95082489c58965729e3e15cd65aba5513d5f4d8f (diff)
INTEGRATION: CWS changefileheader (1.7.354); FILE MERGED
2008/04/01 20:07:14 thb 1.7.354.3: #i85898# Stripping all external header guards, now manually fixing misspelled ones and other compile-time breakage 2008/04/01 15:51:47 thb 1.7.354.2: #i85898# Stripping all external header guards 2008/04/01 12:50:09 thb 1.7.354.1: #i85898# Stripping all external header guards
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/tbxctrls/colorwindow.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx
index 1eee8f2d31f4..9109c6bb32d5 100644
--- a/svx/source/tbxctrls/colorwindow.hxx
+++ b/svx/source/tbxctrls/colorwindow.hxx
@@ -4,20 +4,10 @@
#ifndef __SVX_COLORWINDOW_HXX_
#define __SVX_COLORWINDOW_HXX_
-#ifndef _SFXTBXCTRL_HXX
#include <sfx2/tbxctrl.hxx>
-#endif
-#ifndef _VALUESET_HXX
-#include <vcl/valueset.hxx>
-#endif
-#ifndef _SFXLSTNER_HXX
#include <svtools/lstner.hxx>
-#endif
#include <rtl/ustring.hxx>
-
-#ifndef _COM_SUN_STAR_FRAME_XFRAME_HPP_
#include <com/sun/star/frame/XFrame.hpp>
-#endif
//========================================================================
// class SvxColorWindow_Impl --------------------------------------------------