diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:14:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 17:14:29 +0000 |
commit | 5386638b1b03ce2e8a7b29991b39b91f37923822 (patch) | |
tree | 55865a2172813cd4e9e8e1e87a771b2fba978b79 /sd/inc/sddll.hxx | |
parent | e8ffc31b97f051b018d29fc2cf8af5023812bf7f (diff) |
INTEGRATION: CWS mav09 (1.4.82); FILE MERGED
2004/04/14 14:11:52 mba 1.4.82.1: #i27773#: remove so3; new storage API
Diffstat (limited to 'sd/inc/sddll.hxx')
-rw-r--r-- | sd/inc/sddll.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sd/inc/sddll.hxx b/sd/inc/sddll.hxx index 9e3b2f25c..8e3e222fb 100644 --- a/sd/inc/sddll.hxx +++ b/sd/inc/sddll.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sddll.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-01-20 10:16:54 $ + * last change: $Author: kz $ $Date: 2004-10-04 18:14:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,9 +108,6 @@ public: // DLL-init/exit-code must be linked to the DLL only static void Init(); // called directly after loading the DLL static void Exit(); // called directly befor unloading the DLL - - static ULONG DetectFilter(SfxMedium& rMedium, const SfxFilter** pFilter, - SfxFilterFlags nMust, SfxFilterFlags nDont); }; |