summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRelease Engineering <releng@openoffice.org>2010-06-16 11:28:50 +0200
committerRelease Engineering <releng@openoffice.org>2010-06-16 11:28:50 +0200
commit990ef886211196e7c1de0881fd78fc02bebf9073 (patch)
tree4ebb22cf98634f5a925190155c4e63569eb74dcd
parent41436227fd2108d59e52cdd217d73604613ce02e (diff)
masterfix: #i10000# getModuleName() missing
-rw-r--r--svtools/source/uno/toolboxcontroller.cxx6
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