summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshe3.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-04-26 11:40:28 +0000
committerChristian Lippka <cl@openoffice.org>2001-04-26 11:40:28 +0000
commit94a34f41002fbfdc349ca2bb3a9a5981ab16d4f1 (patch)
tree82c0150244e7a0bd729e0dd62b297d9ce7ce7f0d /sd/source/ui/view/viewshe3.cxx
parent177efe7a7f093a7428976c4468a5889dd70c16a0 (diff)
#82045# added document and view settings api for xml
Diffstat (limited to 'sd/source/ui/view/viewshe3.cxx')
-rw-r--r--sd/source/ui/view/viewshe3.cxx17
1 files changed, 10 insertions, 7 deletions
diff --git a/sd/source/ui/view/viewshe3.cxx b/sd/source/ui/view/viewshe3.cxx
index 466c97b08f3a..fb9f5e1777d4 100644
--- a/sd/source/ui/view/viewshe3.cxx
+++ b/sd/source/ui/view/viewshe3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewshe3.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: cl $ $Date: 2001-04-20 14:05:54 $
+ * last change: $Author: cl $ $Date: 2001-04-26 12:40:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,10 @@
#pragma hdrstop
+#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_
+#include <com/sun/star/lang/Locale.hpp>
+#endif
+
#include <utility>
#include <vector>
@@ -74,6 +78,10 @@
#endif
#endif
+#ifndef _SFXDISPATCH_HXX
+#include <sfx2/dispatch.hxx>
+#endif
+
#ifndef _SVX_PRTQRY_HXX
#include <svx/prtqry.hxx>
#endif
@@ -140,9 +148,6 @@
#ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX
#include <unotools/localedatawrapper.hxx>
#endif
-#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_
-#include <com/sun/star/lang/Locale.hpp>
-#endif
#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
#include <comphelper/processfactory.hxx>
#endif
@@ -1782,5 +1787,3 @@ void __EXPORT SdViewShell::GetMenuState( SfxItemSet &rSet )
}
-
-