summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshg.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-12-02 13:28:33 +0000
committerOcke Janssen <oj@openoffice.org>2002-12-02 13:28:33 +0000
commit228628282fd271fca0d80f79a3dc2a4190ae94ec (patch)
tree9c117747b479c3932af21642fd396f57a0813159 /sc/source/ui/view/tabvwshg.cxx
parent026abe45abd74db4c2e9218a5188863d04323971 (diff)
#105638# set new property for FormButton
Diffstat (limited to 'sc/source/ui/view/tabvwshg.cxx')
-rw-r--r--sc/source/ui/view/tabvwshg.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwshg.cxx b/sc/source/ui/view/tabvwshg.cxx
index 2cde46e5576e..70c0749f9fa6 100644
--- a/sc/source/ui/view/tabvwshg.cxx
+++ b/sc/source/ui/view/tabvwshg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabvwshg.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-05-14 08:43:38 $
+ * last change: $Author: oj $ $Date: 2002-12-02 14:28:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -134,6 +134,9 @@ void ScTabViewShell::InsertURLButton( const String& rName, const String& rURL,
form::FormButtonType eButtonType = form::FormButtonType_URL;
aAny <<= eButtonType;
xPropSet->setPropertyValue( rtl::OUString::createFromAscii( "ButtonType" ), aAny );
+ // #105638# OJ
+ aAny <<= sal_True;
+ xPropSet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DispatchURLInternal" )), aAny );
Point aPos;
if (pInsPos)