summaryrefslogtreecommitdiff
path: root/sw/inc/viewsh.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-08-01 10:45:42 +0000
committerOliver Specht <os@openoffice.org>2002-08-01 10:45:42 +0000
commitd8da22e3984f053452f964347f070381f8279d2e (patch)
tree80c18896e60f838e492f80d59e240b0408c9f257 /sw/inc/viewsh.hxx
parent01b65e8e38c0d639f0de30b104024e94282481ac (diff)
#99985# text selection in readonly documents
Diffstat (limited to 'sw/inc/viewsh.hxx')
-rw-r--r--sw/inc/viewsh.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/viewsh.hxx b/sw/inc/viewsh.hxx
index 689af8366dae..78ff38f8ebfb 100644
--- a/sw/inc/viewsh.hxx
+++ b/sw/inc/viewsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewsh.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: mib $ $Date: 2002-05-29 14:59:50 $
+ * last change: $Author: os $ $Date: 2002-08-01 11:45:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -334,6 +334,7 @@ public:
void SetUIOptions( const SwViewOption &rOpt );
void SetReadonlyOption(sal_Bool bSet); // Readonly-Bit d. ViewOptions setzen
void SetPrtFormatOption(sal_Bool bSet); // PrtFormat-Bit d. ViewOptions setzen
+ void SetReadonlySelectionOption(sal_Bool bSet);//change the selection mode in readonly docs
static void SetShellRes( ShellResource* pRes ) { pShellRes = pRes; }
static ShellResource* GetShellRes() { return pShellRes; }