Remove some unused functions
Change-Id: I618de5d34d891b1b183cca12b71aff4128b2f92e Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1517 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
This commit is contained in:
committed by
Olivier Hallot
parent
9eb90b97e8
commit
3d623f3933
@@ -599,11 +599,6 @@ void ScMenuFloatingWindow::fillMenuItemsToAccessible(ScAccessibleFilterMenu* pAc
|
||||
}
|
||||
}
|
||||
|
||||
ScDocument* ScMenuFloatingWindow::getDoc()
|
||||
{
|
||||
return mpDoc;
|
||||
}
|
||||
|
||||
void ScMenuFloatingWindow::resizeToFitMenuItems()
|
||||
{
|
||||
SetOutputSizePixel(getMenuSize());
|
||||
|
@@ -67,14 +67,6 @@ void TransitionScene::swap(TransitionScene& rOther)
|
||||
swap(maSceneObjects, rOther.maSceneObjects);
|
||||
}
|
||||
|
||||
void TransitionScene::clear()
|
||||
{
|
||||
maLeavingSlidePrimitives.clear();
|
||||
maEnteringSlidePrimitives.clear();
|
||||
maOverallOperations.clear();
|
||||
maSceneObjects.clear();
|
||||
}
|
||||
|
||||
OGLTransitionImpl::~OGLTransitionImpl()
|
||||
{
|
||||
}
|
||||
|
@@ -95,7 +95,6 @@ public:
|
||||
TransitionScene& operator=(const TransitionScene& rOther);
|
||||
|
||||
void swap(TransitionScene& rOther);
|
||||
void clear();
|
||||
|
||||
const Primitives_t& getLeavingSlide() const
|
||||
{
|
||||
|
@@ -5,11 +5,9 @@ PoHeader::PoHeader()
|
||||
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
|
||||
ScFiltersTest::testColorScaleODS()
|
||||
ScFiltersTest::testColorScaleXLSX()
|
||||
ScMenuFloatingWindow::getDoc()
|
||||
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
|
||||
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
|
||||
TextEngine::GetLeftMargin() const
|
||||
TransitionScene::clear()
|
||||
UnoControl::UnoControl()
|
||||
VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer(Size const&, Fraction const&, Point const&, boost::shared_array<unsigned char> const&)
|
||||
Window::PostUserEvent(unsigned long&, unsigned long, void*)
|
||||
|
Reference in New Issue
Block a user