summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpaction.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-07-30 14:43:48 +0000
committerKai Ahrens <ka@openoffice.org>2001-07-30 14:43:48 +0000
commit943e0bb2f61ac2fa2a5dc71fed5cd8ef03bf1228 (patch)
tree91dd9de008c9709a7aefe87cdc0598f20fc5c0d6 /sd/source/ui/dlg/tpaction.cxx
parent1ecc896528efa7398b58fdeecf3907ae179c6988 (diff)
#89545#: GetMainURL changes (no default parameter anymore)
Diffstat (limited to 'sd/source/ui/dlg/tpaction.cxx')
-rw-r--r--sd/source/ui/dlg/tpaction.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index c5dea42faeb8..ba99c0c1d18e 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpaction.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: tbe $ $Date: 2001-07-25 07:50:11 $
+ * last change: $Author: ka $ $Date: 2001-07-30 15:40:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1486,7 +1486,7 @@ String SdTPAction::GetEditText( BOOL bFullDocDestination )
}
// get adjusted file name
- aStr = aURL.GetMainURL();
+ aStr = aURL.GetMainURL( INetURLObject::NO_DECODE );
if( bFullDocDestination &&
eCA == presentation::ClickAction_DOCUMENT &&