diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-07 18:52:27 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-07 18:52:37 +0100 |
commit | 4387ebc208bd432717f970bc1627eedb3902005c (patch) | |
tree | 1b965e96913548dbc93a54b16cfda80a6676c409 /configmgr/source/rootaccess.hxx | |
parent | 71eb11b3f78765ae1a06eeb7c94a0a38a71eab71 (diff) |
fdo#33994: Fixed several crashes around config UNO API
Diffstat (limited to 'configmgr/source/rootaccess.hxx')
-rw-r--r-- | configmgr/source/rootaccess.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configmgr/source/rootaccess.hxx b/configmgr/source/rootaccess.hxx index 4d74167c8505..c1751210c50c 100644 --- a/configmgr/source/rootaccess.hxx +++ b/configmgr/source/rootaccess.hxx @@ -86,6 +86,11 @@ public: bool isUpdate() const; +protected: + + virtual rtl::OUString SAL_CALL getImplementationName() + throw (com::sun::star::uno::RuntimeException); + private: virtual ~RootAccess(); |