summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/filedlg.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2001-07-11 15:04:14 +0000
committerThorsten Behrens <thb@openoffice.org>2001-07-11 15:04:14 +0000
commit2ce1115af895f15caa0995741faa11e4f62d518b (patch)
tree4625619beba6f486097f65ba47a09bf991d2f836 /sd/source/ui/dlg/filedlg.cxx
parentad1ba636ab1d1d95cdbec11154e3e66823bcd56f (diff)
Fix for update problems
Diffstat (limited to 'sd/source/ui/dlg/filedlg.cxx')
-rw-r--r--sd/source/ui/dlg/filedlg.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/filedlg.cxx b/sd/source/ui/dlg/filedlg.cxx
index 3de13c9ac357..0a11f22872dc 100644
--- a/sd/source/ui/dlg/filedlg.cxx
+++ b/sd/source/ui/dlg/filedlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filedlg.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: thb $ $Date: 2001-07-02 16:11:07 $
+ * last change: $Author: thb $ $Date: 2001-07-11 16:04:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,6 +65,10 @@
#include "sdresid.hxx"
#include "strings.hrc"
+#ifndef _TOOLS_DEBUG_HXX
+#include <tools/debug.hxx>
+#endif
+
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
#include <cppuhelper/implbase1.hxx>
#endif