summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-11-02 09:33:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-11-02 09:33:00 +0000
commitca531a09ee0d6e115eba35ef840ff24cf38a0ad0 (patch)
tree5635498fb02c40c3ef31ac3a717e3f32f9a850bf /extensions/source
parente70150a7567babf3d829ecead1ed348eca8d1323 (diff)
#92924#: includes
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/extensions/source/bibliography/formcontrolcontainer.cxx b/extensions/source/bibliography/formcontrolcontainer.cxx
index 6ef21509f061..3cddd0fcdd3b 100644
--- a/extensions/source/bibliography/formcontrolcontainer.cxx
+++ b/extensions/source/bibliography/formcontrolcontainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formcontrolcontainer.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: fs $ $Date: 2001-10-22 07:32:53 $
+ * last change: $Author: hr $ $Date: 2001-11-02 10:33:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,6 +67,8 @@
#include <tools/debug.hxx>
#endif
+#include <algorithm>
+
//.........................................................................
namespace bib
{
@@ -215,6 +217,9 @@ namespace bib
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.1 2001/10/22 07:32:53 fs
+ * initial checkin - base class for a window which contains controls which's design mode should be XLoadable dependent
+ *
*
* Revision 1.0 18.10.01 18:41:07 fs
************************************************************************/