diff options
author | Release Engineering <releng@openoffice.org> | 2010-06-16 11:28:50 +0200 |
---|---|---|
committer | Release Engineering <releng@openoffice.org> | 2010-06-16 11:28:50 +0200 |
commit | 990ef886211196e7c1de0881fd78fc02bebf9073 (patch) | |
tree | 4ebb22cf98634f5a925190155c4e63569eb74dcd | |
parent | 41436227fd2108d59e52cdd217d73604613ce02e (diff) |
masterfix: #i10000# getModuleName() missing
-rw-r--r-- | svtools/source/uno/toolboxcontroller.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx index 0af47339dc58..bac34d2baf1c 100644 --- a/svtools/source/uno/toolboxcontroller.cxx +++ b/svtools/source/uno/toolboxcontroller.cxx @@ -745,6 +745,12 @@ Reference< ::com::sun::star::awt::XWindow > ToolboxController::getParent() const { return m_pImpl->m_xParentWindow; } + +const rtl::OUString& ToolboxController::getModuleName() const +{ + return m_pImpl->m_sModuleName; +} + // //------------------------------------------------------------------------- // XPropertySet by shizhoubo |