summaryrefslogtreecommitdiff
path: root/sd/inc/sdfilter.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 15:25:10 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 15:25:10 +0000
commit1cd8cf888a1ed52896819ab156e9f5572d91335f (patch)
tree5267be5e7b9804279df6b712d22ca23e68b74ec3 /sd/inc/sdfilter.hxx
parentf85bfac1d23840b986ce94dfb4e22f44e7687cbd (diff)
INTEGRATION: CWS sdwarningsbegone (1.6.102); FILE MERGED
2006/11/22 14:56:23 cl 1.6.102.2: RESYNC: (1.6-1.7); FILE MERGED 2006/11/22 12:40:35 cl 1.6.102.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/inc/sdfilter.hxx')
-rw-r--r--sd/inc/sdfilter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/inc/sdfilter.hxx b/sd/inc/sdfilter.hxx
index ed76e32193b8..06baa2f5169b 100644
--- a/sd/inc/sdfilter.hxx
+++ b/sd/inc/sdfilter.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdfilter.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 14:20:05 $
+ * last change: $Author: kz $ $Date: 2006-12-12 16:25:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -59,7 +59,7 @@ class DrawDocShell;
}
class SdDrawDocument;
class SfxProgress;
-namespace vos { class OModule; }
+namespace osl { class Module; }
class SdFilter
{
@@ -82,7 +82,7 @@ protected:
sal_Bool mbIsDraw : 1;
sal_Bool mbShowProgress : 1;
- ::vos::OModule* OpenLibrary( const ::rtl::OUString& rLibraryName ) const;
+ ::osl::Module* OpenLibrary( const ::rtl::OUString& rLibraryName ) const;
void CreateStatusIndicator();
private: