diff options
Diffstat (limited to 'include/xmloff/namespacemap.hxx')
-rw-r--r-- | include/xmloff/namespacemap.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmloff/namespacemap.hxx b/include/xmloff/namespacemap.hxx index c9f4e71fd876..361ddfb7311d 100644 --- a/include/xmloff/namespacemap.hxx +++ b/include/xmloff/namespacemap.hxx @@ -122,6 +122,8 @@ public: This might be replaced by a better interface later. */ const NameSpaceHash& GetAllEntries() const { return aNameHash; } + void Clear(); + static bool NormalizeOasisURN( OUString& rName ); static bool NormalizeW3URI( OUString& rName ); static bool NormalizeURI( OUString& rName ); |