diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-22 17:25:12 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-10-22 17:25:12 +0400 |
commit | 9dbb62555f0813cc55e48be28047f22e2b3ea4ef (patch) | |
tree | f77bed0522a850a588e6ef8ca5e3d462b409d397 /svtools/inc | |
parent | f1386b7706686e0c65ba0ad6d92574658cdca3a9 (diff) |
disable cursor in about dialog and message boxes
Change-Id: I060872e0a468f2ce26a2ab519c5bfe271574170b
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/svmedit2.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/inc/svtools/svmedit2.hxx b/svtools/inc/svtools/svmedit2.hxx index 74645a201148..68b754163e19 100644 --- a/svtools/inc/svtools/svmedit2.hxx +++ b/svtools/inc/svtools/svmedit2.hxx @@ -34,7 +34,6 @@ public: // methods of TextView void InsertText( const String& rNew, sal_Bool bSelect = sal_False ); void SetAutoScroll( sal_Bool bAutoScroll ); - void EnableCursor( sal_Bool bEnable ); // methods of TextEngine void SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStart, sal_uInt16 nEnd ); |