summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/ascfldlg.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:38:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:38:18 +0000
commitffc61e851fac8aa9ebaa1ef3c0b13e19ef48d925 (patch)
treefd3291e85c0bff3448b62404a62d2de6b0d22325 /sw/source/ui/inc/ascfldlg.hxx
parentb6c44fa534e76be4df77b6a7e510a77195ac3ded (diff)
INTEGRATION: CWS writercorehandoff (1.4.1310); FILE MERGED
2005/09/13 17:12:21 tra 1.4.1310.2: RESYNC: (1.4-1.5); FILE MERGED 2005/06/06 09:29:42 tra 1.4.1310.1: Unnecessary includes removed #i50348#
Diffstat (limited to 'sw/source/ui/inc/ascfldlg.hxx')
-rw-r--r--sw/source/ui/inc/ascfldlg.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/source/ui/inc/ascfldlg.hxx b/sw/source/ui/inc/ascfldlg.hxx
index 5f33642cce24..782b7db3f69e 100644
--- a/sw/source/ui/inc/ascfldlg.hxx
+++ b/sw/source/ui/inc/ascfldlg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ascfldlg.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 08:59:17 $
+ * last change: $Author: hr $ $Date: 2006-08-14 17:38:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,22 +34,26 @@
************************************************************************/
#ifndef _ASCFLDLG_HXX
#define _ASCFLDLG_HXX
-
#ifndef _SV_FIXED_HXX
#include <vcl/fixed.hxx>
#endif
+
#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
#endif
+
#ifndef _SV_LSTBOX_HXX
#include <vcl/lstbox.hxx>
#endif
+
#ifndef _BASEDLGS_HXX
#include <sfx2/basedlgs.hxx>
#endif
+
#ifndef _SVX_TXENCBOX_HXX
#include <svx/txencbox.hxx>
#endif
+
#ifndef _SVX_LANGBOX_HXX
#include <svx/langbox.hxx>
#endif