summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 12:49:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-26 12:49:32 +0000
commitd3775de11cfaa0765deaa4defe77331f493d6156 (patch)
tree426376140e081590314798d7949ed252982b53d8 /svx
parent7027a3fe2e4557c02e9d43a8a889462fc83c698b (diff)
INTEGRATION: CWS impressalternativtext (1.3.30); FILE MERGED
2007/05/24 13:38:02 cl 1.3.30.1: #i68099# added description to ImageMapObj's
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/svxdlg.hxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/svx/inc/svx/svxdlg.hxx b/svx/inc/svx/svxdlg.hxx
index f3c6432cba48..e749f7ff6f93 100644
--- a/svx/inc/svx/svxdlg.hxx
+++ b/svx/inc/svx/svxdlg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svxdlg.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 07:24:06 $
+ * last change: $Author: hr $ $Date: 2007-06-26 13:49:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -170,7 +170,8 @@ class AbstractURLDlg :public VclAbstractDialog //add for URLDlg
{
public:
virtual String GetURL() const = 0;
- virtual String GetDescription() const = 0;
+ virtual String GetAltText() const = 0;
+ virtual String GetDesc() const = 0;
virtual String GetTarget() const = 0;
virtual String GetName() const = 0;
};
@@ -410,8 +411,8 @@ public:
ExchangeData* pData,
SfxItemSet* pItemSet,
sal_uInt32 nResId) = 0;
- virtual AbstractURLDlg * CreateURLDialog( Window* pParent, //add for URLDlg
- const String& rURL, const String& rDescription,
+ virtual AbstractURLDlg * CreateURLDialog( Window* pParent,
+ const String& rURL, const String& rAltText, const String& rDescription,
const String& rTarget, const String& rName,
TargetList& rTargetList,
sal_uInt32 nResId) = 0;