summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-13 09:35:33 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-13 09:35:33 +0000
commit19d4739a3e3b77f4170a41c83e551a7f40452144 (patch)
tree9458c3e39ca422f7dedb583b4cc65a89ee4066a7 /sc
parent909d4993a632d9528d1fb5af381d1aae319c10c6 (diff)
#i10000# includes missing
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index 675e0dbddc68..f61ea73b51ad 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xcl97rec.cxx,v $
*
- * $Revision: 1.70 $
+ * $Revision: 1.71 $
*
- * last change: $Author: hr $ $Date: 2004-09-08 16:46:57 $
+ * last change: $Author: obo $ $Date: 2004-09-13 10:35:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,9 @@
#ifndef _SVDCAPT_HXX
#include <svx/svdocapt.hxx>
#endif
+#ifndef _SVX_UNOAPI_HXX_
+#include <svx/unoapi.hxx>
+#endif
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
@@ -163,6 +166,10 @@
#include "patattr.hxx"
using ::rtl::OUString;
+using ::com::sun::star::uno::Reference;
+using ::com::sun::star::uno::UNO_QUERY;
+using ::com::sun::star::beans::XPropertySet;
+using ::com::sun::star::drawing::XShape;
//___________________________________________________________________