summaryrefslogtreecommitdiff
path: root/sc/inc/confuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-04-06 13:37:54 +0000
committerNiklas Nebel <nn@openoffice.org>2001-04-06 13:37:54 +0000
commitbfee80f469b7d7b83b9213298efe093d65dad9f5 (patch)
tree493de4c2900d770d5c853be2f812181cec18781f /sc/inc/confuno.hxx
parenta1f0cbc48543532c5e4f2f966acc217f75588cf3 (diff)
#85721# store forbidden characters with document
Diffstat (limited to 'sc/inc/confuno.hxx')
-rw-r--r--sc/inc/confuno.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/inc/confuno.hxx b/sc/inc/confuno.hxx
index c93546b81114..03d6df5587a2 100644
--- a/sc/inc/confuno.hxx
+++ b/sc/inc/confuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: confuno.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: sab $ $Date: 2001-03-29 05:31:14 $
+ * last change: $Author: nn $ $Date: 2001-04-06 14:29:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,12 +93,8 @@ private:
public:
ScDocumentConfiguration(ScDocShell* pDocShell);
- ScDocumentConfiguration();
virtual ~ScDocumentConfiguration();
- static ::rtl::OUString getImplementationName_Static();
- static ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_Static();
-
// SfxListener
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );