summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svtools/source/contnr/templwin.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index 09d4fdaa8ae0..67c79b873e34 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templwin.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: dv $ $Date: 2001-07-18 13:42:33 $
+ * last change: $Author: dv $ $Date: 2001-07-19 10:19:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -393,6 +393,7 @@ SvtFileViewWindow_Impl::SvtFileViewWindow_Impl( Window* pParent ) :
aFileView.SetPosPixel( Point( 0, 0 ) );
aFileView.EnableAutoResize();
aFileView.EnableContextMenu( sal_False );
+ aFileView.EnableDelete( sal_False );
}
SvtFileViewWindow_Impl::~SvtFileViewWindow_Impl()
@@ -400,7 +401,7 @@ SvtFileViewWindow_Impl::~SvtFileViewWindow_Impl()
}
void GetMenuEntry_Impl
-.(
+(
Sequence< PropertyValue >& aDynamicMenuEntry,
::rtl::OUString& rTitle,
::rtl::OUString& rURL,