loplugin: inlinesimplememberfunctions
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
This commit is contained in:
@@ -202,10 +202,6 @@ void ToolbarLayoutManager::implts_setDockingAreaWindowSizes( const awt::Rectangl
|
||||
}
|
||||
}
|
||||
|
||||
bool ToolbarLayoutManager::isLayoutDirty()
|
||||
{
|
||||
return m_bLayoutDirty;
|
||||
}
|
||||
|
||||
void ToolbarLayoutManager::doLayout(const ::Size& aContainerSize)
|
||||
{
|
||||
|
@@ -94,7 +94,7 @@ class ToolbarLayoutManager : public ::cppu::WeakImplHelper3< ::com::sun::star::a
|
||||
bool isPreviewFrame();
|
||||
|
||||
// layouting
|
||||
bool isLayoutDirty();
|
||||
bool isLayoutDirty() { return m_bLayoutDirty;}
|
||||
void doLayout(const ::Size& aContainerSize);
|
||||
|
||||
// creation/destruction
|
||||
|
@@ -333,10 +333,6 @@ Sequence< Sequence< com::sun::star::beans::PropertyValue > > ToolbarsMenuControl
|
||||
return aSeq;
|
||||
}
|
||||
|
||||
bool ToolbarsMenuController::isContextSensitiveToolbarNonVisible()
|
||||
{
|
||||
return m_bResetActive;
|
||||
}
|
||||
|
||||
void ToolbarsMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >& rPopupMenu )
|
||||
{
|
||||
|
Reference in New Issue
Block a user