diff options
Diffstat (limited to 'sfx2/inc/sfx2/XmlIdRegistry.hxx')
-rw-r--r-- | sfx2/inc/sfx2/XmlIdRegistry.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/XmlIdRegistry.hxx b/sfx2/inc/sfx2/XmlIdRegistry.hxx index d93eaacb0cbd..a7540dc469b0 100644 --- a/sfx2/inc/sfx2/XmlIdRegistry.hxx +++ b/sfx2/inc/sfx2/XmlIdRegistry.hxx @@ -36,10 +36,10 @@ namespace sfx2 { // XML ID utilities -------------------------------------------------- /** is i_rIdref a valid NCName ? */ -bool SFX2_DLLPUBLIC isValidNCName(::rtl::OUString const & i_rIdref); +bool SFX2_DLLPUBLIC isValidNCName(OUString const & i_rIdref); -bool SFX2_DLLPUBLIC isValidXmlId(::rtl::OUString const & i_rStreamName, - ::rtl::OUString const & i_rIdref); +bool SFX2_DLLPUBLIC isValidXmlId(OUString const & i_rStreamName, + OUString const & i_rIdref); // XML ID handling --------------------------------------------------- |