summaryrefslogtreecommitdiff
path: root/include/vcl/textview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/textview.hxx')
-rw-r--r--include/vcl/textview.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx
index 545b1ba9030f..d34b53bba927 100644
--- a/include/vcl/textview.hxx
+++ b/include/vcl/textview.hxx
@@ -170,7 +170,7 @@ public:
void Undo();
void Redo();
- bool Read( SvStream& rInput );
+ void Read( SvStream& rInput );
void SetStartDocPos( const Point& rPos );
const Point& GetStartDocPos() const;
@@ -224,7 +224,7 @@ public:
*/
sal_Int32 GetLineNumberOfCursorInSelection() const;
- bool MatchGroup();
+ void MatchGroup();
bool Search( const i18nutil::SearchOptions& rSearchOptions, bool bForward );
sal_uInt16 Replace( const i18nutil::SearchOptions& rSearchOptions, bool bAll, bool bForward );