summaryrefslogtreecommitdiff
path: root/basic/source/app/appedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/app/appedit.hxx')
-rw-r--r--basic/source/app/appedit.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/app/appedit.hxx b/basic/source/app/appedit.hxx
index 2399d42a54ed..5b1a548b40a0 100644
--- a/basic/source/app/appedit.hxx
+++ b/basic/source/app/appedit.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
class BasicFrame;
-class AppEdit : public AppWin { // Editor window
+class AppEdit : public AppWin { // Editor window
using Window::Scroll;
public:
@@ -63,7 +63,7 @@ public:
void Mark( short, short, short ); // Select text
void Highlight( USHORT nLine, USHORT nCol1, USHORT nCol2 );
virtual BOOL ReloadAllowed(){ return !StarBASIC::IsRunning(); }
- virtual void LoadIniFile(); // (re)load ini file after change
+ virtual void LoadIniFile(); // (re)load ini file after change
};
#endif