summaryrefslogtreecommitdiff
path: root/sc/inc/tablink.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-05-28 16:20:59 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-28 16:22:27 -0400
commitd5d4e2608d27130f555407b117cef7ca784583ef (patch)
tree6c4883bf8780aaefe04874210048745111aa4edc /sc/inc/tablink.hxx
parent7e5fb2d5dde2bac990cd5d338e477e99613335fc (diff)
String to rtl::OUString in the external ref manager code.
And fixed the fallouts of this change to get it to build.
Diffstat (limited to 'sc/inc/tablink.hxx')
-rw-r--r--sc/inc/tablink.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/tablink.hxx b/sc/inc/tablink.hxx
index 2d2959a6b91a..d7227b285614 100644
--- a/sc/inc/tablink.hxx
+++ b/sc/inc/tablink.hxx
@@ -112,6 +112,10 @@ public:
String& rFilter, String& rOptions,
sal_Bool bWithContent, sal_Bool bWithInteraction );
+ static bool GetFilterName( const ::rtl::OUString& rFileName,
+ ::rtl::OUString& rFilter, ::rtl::OUString& rOptions,
+ bool bWithContent, bool bWithInteraction );
+
static void RemoveAppPrefix( String& rFilterName );
};