diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-28 19:48:19 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-28 21:05:23 +0200 |
commit | a95f63407f63f2e1fc3ce1916f97406012993606 (patch) | |
tree | 79bad059025ddbec3530815f82a2a80c3aef12ee /include/vcl | |
parent | 88482de1171e11343c6a1f96b830553d48b79f05 (diff) |
IsEnableAccessInterface() is not used anywhere
Change-Id: If5591adcc15bef2144505f9747d2348568b8e1ae
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/svapp.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 3e1c5069716c..bca677ab9ce9 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -1501,15 +1501,6 @@ public: static css::uno::Reference< css::ui::dialogs::XFolderPicker2 > createFolderPicker( const css::uno::Reference< css::uno::XComponentContext >& rServiceManager ); - /** Is the access interface enabled? - - @returns true - */ - static bool IsEnableAccessInterface() - { - return true; - } - ///@} // For vclbootstrapprotector: |