summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-19 10:56:13 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-19 10:56:13 +0000
commit0a0268711970d75fb1ddafef1fba0413c528d70f (patch)
treea9c7be00a23ffb412b3143c62d0bd1033fe2c705 /sw/inc/unotxdoc.hxx
parent080b47ed7765e3616ceecaafb39bc99dc8a38f46 (diff)
INTEGRATION: CWS os13 (1.11.36); FILE MERGED
2003/08/13 10:55:10 os 1.11.36.1: #110689# SvxUnoForbiddenCharsTable::onChange overloaded
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--sw/inc/unotxdoc.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index d357dd1858ec..c6f373a76db8 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotxdoc.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-07-16 18:08:46 $
+ * last change: $Author: hjs $ $Date: 2003-08-19 11:56:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -811,4 +811,6 @@ public:
~SwXDocumentPropertyHelper();
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> GetDrawTable(short nWhich);
void Invalidate();
+
+ virtual void onChange();
};