summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorDirk Völzke <dv@openoffice.org>2001-07-26 11:06:17 +0000
committerDirk Völzke <dv@openoffice.org>2001-07-26 11:06:17 +0000
commitc525d115e78004b9122c8664e2e3d9c2370b70fc (patch)
tree05a9f33250d05f863097e4acb9b5dbbf1d790930 /sfx2
parentd3d083a869447f5273b1b59949462b38bdaa4c7c (diff)
#90205# Don't include vcl/exchange.hxx, use sot/exchange.hxx instead
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/docfilt.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/doc/docfilt.cxx b/sfx2/source/doc/docfilt.cxx
index 30004a83661a..1637507fd95f 100644
--- a/sfx2/source/doc/docfilt.cxx
+++ b/sfx2/source/doc/docfilt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docfilt.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mba $ $Date: 2001-02-22 09:28:10 $
+ * last change: $Author: dv $ $Date: 2001-07-26 12:06:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,8 +63,8 @@
#include <string> // HACK: prevent conflict between STLPORT and Workshop headers
-#ifndef _EXCHANGE_HXX //autogen
-#include <vcl/exchange.hxx>
+#ifndef _SOT_EXCHANGE_HXX
+#include <sot/exchange.hxx>
#endif
#ifndef _COM_SUN_STAR_PLUGIN_PLUGINMODE_HPP_
#include <com/sun/star/plugin/PluginMode.hpp>
@@ -312,7 +312,7 @@ SfxOfficeFilter::SfxOfficeFilter( const SfxFilterContainer* pContainer ) :
String( SfxResId( RID_OFFICEFILTER ) ),
String( SfxResId( RID_OFFICEFILTER_WILDCARD ) ),
SFX_FILTER_IMPORT | SFX_FILTER_REDIRECT | SFX_FILTER_NOTINCHOOSER,
- Exchange::RegisterFormatName( DEFINE_CONST_UNICODE("OfficeDocument") ),
+ SotExchange::RegisterFormatName( DEFINE_CONST_UNICODE("OfficeDocument") ),
String( SfxResId( RID_OFFICEFILTER_MACTYPE ) ),
String( SfxResId( RID_OFFICEFILTER_OS2TYPE ) ),
0, String(), pContainer, String() )