diff options
author | Thomas Benisch <tbe@openoffice.org> | 2001-11-12 21:39:49 +0000 |
---|---|---|
committer | Thomas Benisch <tbe@openoffice.org> | 2001-11-12 21:39:49 +0000 |
commit | c4aaf26a97b154b7ce9fa40048123d1b79f176eb (patch) | |
tree | eca0d46204c2403c21dc65736306dda93e583511 /basctl/source/inc/dlged.hxx | |
parent | da03169f9fb423f3d2540a91dd5026c6b0ec589d (diff) |
#92173# Reimplement Basic password protection UI in Basic IDE
Diffstat (limited to 'basctl/source/inc/dlged.hxx')
-rw-r--r-- | basctl/source/inc/dlged.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index 22179f8a9..7b3f1bb4c 100644 --- a/basctl/source/inc/dlged.hxx +++ b/basctl/source/inc/dlged.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlged.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: tbe $ $Date: 2001-10-17 10:17:18 $ + * last change: $Author: tbe $ $Date: 2001-11-12 22:39:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ #include <com/sun/star/util/XNumberFormatsSupplier.hpp> #endif -enum DlgEdMode { DLGED_INSERT, DLGED_SELECT, DLGED_TEST }; +enum DlgEdMode { DLGED_INSERT, DLGED_SELECT, DLGED_TEST, DLGED_READONLY }; //============================================================================ // DlgEditor @@ -179,7 +179,7 @@ public: void Copy(); void Paste(); void Delete(); - BOOL IsPasteAllowed() const; + BOOL IsPasteAllowed(); void ShowProperties(); |