summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-20 15:04:53 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-20 16:36:53 -0500
commitd36dd33fd263c5e34d6e8a78428f0b3a505bad36 (patch)
tree4b0539cecf44531f3ab7f342ef9d396529df55ef /sfx2/inc
parent1b9b886afbbf8a6203abfa072c676b06b5b0d495 (diff)
Provide a version that takes rtl::OUString.
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/linkmgr.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/linkmgr.hxx b/sfx2/inc/sfx2/linkmgr.hxx
index 698eca8962b2..5aeaa7f08f97 100644
--- a/sfx2/inc/sfx2/linkmgr.hxx
+++ b/sfx2/inc/sfx2/linkmgr.hxx
@@ -132,12 +132,16 @@ public:
void LinkServerShell(const ::rtl::OUString& rPath, SfxObjectShell& rServer, ::sfx2::SvBaseLink& rLink) const;
// Obtain the string for the dialog
- sal_Bool GetDisplayNames( const SvBaseLink *,
+ bool GetDisplayNames( const SvBaseLink *,
String* pType,
String* pFile = 0,
String* pLink = 0,
String* pFilter = 0 ) const;
+ bool GetDisplayNames(
+ const SvBaseLink* pLink, rtl::OUString* pType, rtl::OUString* pFile = NULL,
+ rtl::OUString* pLinkStr = NULL, rtl::OUString* pFilter = NULL) const;
+
SvLinkSourceRef CreateObj( SvBaseLink* );
void UpdateAllLinks( sal_Bool bAskUpdate = sal_True,