summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-10-22 17:25:12 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-10-22 17:25:12 +0400
commit9dbb62555f0813cc55e48be28047f22e2b3ea4ef (patch)
treef77bed0522a850a588e6ef8ca5e3d462b409d397 /svtools
parentf1386b7706686e0c65ba0ad6d92574658cdca3a9 (diff)
disable cursor in about dialog and message boxes
Change-Id: I060872e0a468f2ce26a2ab519c5bfe271574170b
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/svmedit2.hxx1
-rw-r--r--svtools/source/edit/svmedit2.cxx5
2 files changed, 0 insertions, 6 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 );
diff --git a/svtools/source/edit/svmedit2.cxx b/svtools/source/edit/svmedit2.cxx
index 8d530b2ab65a..911c47f9c06c 100644
--- a/svtools/source/edit/svmedit2.cxx
+++ b/svtools/source/edit/svmedit2.cxx
@@ -49,11 +49,6 @@ void ExtMultiLineEdit::SetAutoScroll( sal_Bool bAutoScroll )
GetTextView()->SetAutoScroll( bAutoScroll );
}
-void ExtMultiLineEdit::EnableCursor( sal_Bool bEnable )
-{
- GetTextView()->EnableCursor( bEnable );
-}
-
void ExtMultiLineEdit::SetAttrib( const TextAttrib& rAttr, sal_uLong nPara, sal_uInt16 nStart, sal_uInt16 nEnd )
{
GetTextEngine()->SetAttrib( rAttr, nPara, nStart, nEnd );