summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-11-12 21:39:49 +0000
committerThomas Benisch <tbe@openoffice.org>2001-11-12 21:39:49 +0000
commitc4aaf26a97b154b7ce9fa40048123d1b79f176eb (patch)
treeeca0d46204c2403c21dc65736306dda93e583511 /basctl/source/basicide/baside2.hxx
parentda03169f9fb423f3d2540a91dd5026c6b0ec589d (diff)
#92173# Reimplement Basic password protection UI in Basic IDE
Diffstat (limited to 'basctl/source/basicide/baside2.hxx')
-rw-r--r--basctl/source/basicide/baside2.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 88957d05c..5c67f31a0 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside2.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: tbe $ $Date: 2001-09-25 09:08:45 $
+ * last change: $Author: tbe $ $Date: 2001-11-12 22:33:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -403,7 +403,7 @@ public:
virtual String CreateSbxDescription();
virtual BOOL AllowUndo();
virtual void SetReadOnly( BOOL bReadOnly );
-
+ virtual BOOL IsReadOnly();
SbModule* GetSbModule() { return xModule; }
void SetSbModule( SbModule* pModule ) { xModule = pModule; }
@@ -433,6 +433,7 @@ public:
BasicStatus& GetBasicStatus() { return aStatus; }
virtual BOOL IsModified();
+ virtual BOOL IsPasteAllowed();
void FrameWindowMoved();
void ShowCursor( BOOL bOn );