diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 12:58:57 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 12:58:57 +0000 |
commit | 228b63a540d2c31e39dc373fb411291abe89fd7c (patch) | |
tree | dd30c7844dad1b46c61c733b2bf8c453d2f9470f /starmath | |
parent | 4799d0f1514c102a7f5c26e8907bae4221f8bb77 (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.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index 1e91778d6e..a2c7211670 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 ); |