summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-09-24 11:19:38 +0000
committerOcke Janssen <oj@openoffice.org>2001-09-24 11:19:38 +0000
commitd805c801401a53260177406e9f907757ffe656c1 (patch)
treedc49e586a145f8275cfdc7e3d80ff0700bad8be0 /dbaccess/source/ui
parent5d748480cd95ce9b8c8932b2aed05581a757041f (diff)
#65293#
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r--dbaccess/source/ui/inc/UITools.hxx9
-rw-r--r--dbaccess/source/ui/misc/UITools.cxx7
2 files changed, 10 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx
index 96f89b971c81..375bba1910d5 100644
--- a/dbaccess/source/ui/inc/UITools.hxx
+++ b/dbaccess/source/ui/inc/UITools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: UITools.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: oj $ $Date: 2001-09-20 13:33:23 $
+ * last change: $Author: oj $ $Date: 2001-09-24 12:19:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,9 @@
#ifndef DBAUI_TYPEINFO_HXX
#include "TypeInfo.hxx"
#endif
-
+#ifndef _SVX_SVXENUM_HXX
+#include <svx/svxenum.hxx>
+#endif
// we only need forward decl here
namespace com { namespace sun { namespace star {
@@ -94,7 +96,6 @@ namespace com { namespace sun { namespace star {
}}}
class Window;
-enum SvxCellHorJustify;
class Font;
// .........................................................................
namespace dbaui
diff --git a/dbaccess/source/ui/misc/UITools.cxx b/dbaccess/source/ui/misc/UITools.cxx
index 2438f99d7b25..fcf244438774 100644
--- a/dbaccess/source/ui/misc/UITools.cxx
+++ b/dbaccess/source/ui/misc/UITools.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: UITools.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: oj $ $Date: 2001-09-20 13:33:23 $
+ * last change: $Author: oj $ $Date: 2001-09-24 12:17:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,6 +141,9 @@
#ifndef DBAUI_FIELDDESCRIPTIONS_HXX
#include "FieldDescriptions.hxx"
#endif
+#ifndef _SVX_SVXENUM_HXX
+#include <svx/svxenum.hxx>
+#endif
// .........................................................................
namespace dbaui