vcl/source/window/toolbox2.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 606f44f2e6df977df2e37ef2881b12a2fa9d7f88 Author: Chris Sherlock <chris.sherloc...@gmail.com> Date: Fri Jan 8 13:48:44 2016 +1100 vcl: cleanup namespaces is vcl/source/window/toolbox2.cxx Change-Id: I84675f577adade78d49a2897aed2b790dae864f4 diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index 74326f8..e288bbe 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -42,7 +42,6 @@ #include <unotools/confignode.hxx> using namespace vcl; -using namespace com::sun::star; #define TB_SEP_SIZE 8 // Separator size @@ -595,7 +594,7 @@ void ToolBox::InsertItem( sal_uInt16 nItemId, const OUString& rText, ToolBoxItem CallEventListeners( VCLEVENT_TOOLBOX_ITEMADDED, reinterpret_cast< void* >( nNewPos ) ); } -void ToolBox::InsertItem(const OUString& rCommand, const uno::Reference<frame::XFrame>& rFrame, ToolBoxItemBits nBits, +void ToolBox::InsertItem(const OUString& rCommand, const css::uno::Reference<css::frame::XFrame>& rFrame, ToolBoxItemBits nBits, const Size& rRequestedSize, sal_uInt16 nPos) { OUString aLabel(vcl::CommandInfoProvider::Instance().GetLabelForCommand(rCommand, rFrame)); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits