cws tl74: build errors
This commit is contained in:
parent
d1bb71fa13
commit
d8acb8300e
3 changed files with 4 additions and 5 deletions
|
@ -278,9 +278,9 @@ throw (::com::sun::star::uno::RuntimeException)
|
|||
com::sun::star::awt::Rectangle aRectangle;
|
||||
Window* pWindow = VCLUnoHelper::GetWindow( m_xParentWindow );
|
||||
const Point mMousePos = pWindow->GetPointerPosPixel();
|
||||
mRectangle.X = mMousePos.X();
|
||||
mRectangle.Y = mMousePos.Y();
|
||||
sal_Int16 nId = xPopupMenu->execute( xParent, mRectangle, com::sun::star::awt::PopupMenuDirection::EXECUTE_UP+16 );
|
||||
aRectangle.X = mMousePos.X();
|
||||
aRectangle.Y = mMousePos.Y();
|
||||
sal_Int16 nId = xPopupMenu->execute( xParent, aRectangle, com::sun::star::awt::PopupMenuDirection::EXECUTE_UP+16 );
|
||||
//click "More..."
|
||||
if ( nId && m_xFrame.is() )
|
||||
{
|
||||
|
|
|
@ -120,6 +120,7 @@ SHL1STDLIBS= \
|
|||
$(CPPUHELPERLIB) \
|
||||
$(TOOLSLIB) \
|
||||
$(SVTOOLLIB) \
|
||||
$(SVLLIB) \
|
||||
$(I18NISOLANGLIB) \
|
||||
$(VOSLIB) \
|
||||
$(VCLLIB) \
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
#include <cppuhelper/factory.hxx>
|
||||
#include <i18npool/mslangid.hxx>
|
||||
#include <osl/file.hxx>
|
||||
#include <svtools/pathoptions.hxx>
|
||||
#include <svtools/useroptions.hxx>
|
||||
#include <tools/fsys.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#include <tools/urlobj.hxx>
|
||||
|
|
Loading…
Reference in a new issue