summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:58:57 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 12:58:57 +0000
commit8ad1d284e3b5e15b3e1c6ba0a628c80b016eb934 (patch)
treec69f6fb8982b00b702265a97a2d8600b60f2a241 /starmath
parent4a86a8732567b6529a943925016d5830c12aa20a (diff)
INTEGRATION: CWS tl50 (1.20.72); FILE MERGED
2008/02/29 08:16:49 tl 1.20.72.1: #i86272# unused code removed
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/accessibility.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx
index cf21535641c2..430de4c1f5ca 100644
--- a/starmath/source/accessibility.hxx
+++ b/starmath/source/accessibility.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: accessibility.hxx,v $
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
* This file is part of OpenOffice.org.
*
@@ -349,7 +349,9 @@ class SmEditAccessible :
SmEditAccessible & operator = ( const SmEditAccessible & );
protected:
+#ifdef TL_NOT_YET_USED
SmDocShell * GetDoc_Impl();
+#endif //TL_NOT_YET_USED
public:
SmEditAccessible( SmEditWindow *pEditWin );