diff options
Diffstat (limited to 'sfx2/source/appl/openuriexternally.cxx')
-rw-r--r-- | sfx2/source/appl/openuriexternally.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/source/appl/openuriexternally.cxx b/sfx2/source/appl/openuriexternally.cxx index c0a14425ebc8..45e9ee0861f4 100644 --- a/sfx2/source/appl/openuriexternally.cxx +++ b/sfx2/source/appl/openuriexternally.cxx @@ -31,6 +31,8 @@ #include <sfx2/viewsh.hxx> #include <sfx2/strings.hrc> +namespace { + class URITools { private: @@ -47,6 +49,8 @@ public: void openURI(const OUString& sURI, bool bHandleSystemShellExecuteException); }; +} + void URITools::openURI(const OUString& sURI, bool bHandleSystemShellExecuteException) { if (comphelper::LibreOfficeKit::isActive()) |