summaryrefslogtreecommitdiffstats
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-14 19:57:49 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-14 22:17:13 +0200
commit1c97e5ffa79ccb6ad6272b7044c008800b61da79 (patch)
tree711ceebf0e3b1966a72b93dbe2b23626c5dd84f0 /include/vcl/svapp.hxx
parentunowrap.hxx is also exposed for toolkit only (diff)
downloadcore-1c97e5ffa79ccb6ad6272b7044c008800b61da79.tar.gz
core-1c97e5ffa79ccb6ad6272b7044c008800b61da79.zip
only vcl and toolkit need to use [G|S]etUnoWrapper
Change-Id: I47cdb47cceda32f0871fd2f713ea565852383ca7 Reviewed-on: https://gerrit.libreoffice.org/61765 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 8fd852a5cb53..b1e9eb7c9a45 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1183,23 +1183,6 @@ public:
*/
static css::uno::Reference< css::awt::XToolkit > GetVCLToolkit();
- /** Get the application's UNO wrapper object.
-
- Note that this static function will only ever try to create UNO wrapper object once, and
- if it fails then it will not ever try again, even if the function is called multiple times.
-
- @param bCreateIfNotExists Create the UNO wrapper object if it doesn't exist when true.
-
- @return UNO wrapper object.
- */
- static UnoWrapperBase* GetUnoWrapper( bool bCreateIfNotExists = true );
-
- /** Sets the application's UNO Wrapper object.
-
- @param pWrapper Pointer to UNO wrapper object.
- */
- static void SetUnoWrapper( UnoWrapperBase* pWrapper );
-
///@}