diff options
-rw-r--r-- | include/svtools/svmedit2.hxx | 1 | ||||
-rw-r--r-- | include/vcl/imgctrl.hxx | 1 | ||||
-rw-r--r-- | svtools/source/edit/svmedit2.cxx | 7 | ||||
-rw-r--r-- | unusedcode.easy | 4 | ||||
-rw-r--r-- | vcl/source/control/imgctrl.cxx | 6 |
5 files changed, 0 insertions, 19 deletions
diff --git a/include/svtools/svmedit2.hxx b/include/svtools/svmedit2.hxx index fcba12e8ebac..9c9a6aed4180 100644 --- a/include/svtools/svmedit2.hxx +++ b/include/svtools/svmedit2.hxx @@ -28,7 +28,6 @@ class SVT_DLLPUBLIC ExtMultiLineEdit : public MultiLineEdit { public: ExtMultiLineEdit( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER ); - ExtMultiLineEdit( Window* pParent, const ResId& rResId ); virtual ~ExtMultiLineEdit(); // methods of TextView diff --git a/include/vcl/imgctrl.hxx b/include/vcl/imgctrl.hxx index dfd42c16d68f..bbe9cb48022e 100644 --- a/include/vcl/imgctrl.hxx +++ b/include/vcl/imgctrl.hxx @@ -36,7 +36,6 @@ private: public: ImageControl( Window* pParent, WinBits nStyle = 0 ); - ImageControl( Window* pParent, const ResId& rResId ); // set/get the scale mode. This is one of the css.awt.ImageScaleMode constants void SetScaleMode( const ::sal_Int16 _nMode ); diff --git a/svtools/source/edit/svmedit2.cxx b/svtools/source/edit/svmedit2.cxx index c2c2dff3d845..a50a4a62871b 100644 --- a/svtools/source/edit/svmedit2.cxx +++ b/svtools/source/edit/svmedit2.cxx @@ -28,13 +28,6 @@ ExtMultiLineEdit::ExtMultiLineEdit( Window* pParent, WinBits nWinStyle ) : { } -ExtMultiLineEdit::ExtMultiLineEdit( Window* pParent, const ResId& rResId ) : - - MultiLineEdit( pParent, rResId ) - -{ -} - ExtMultiLineEdit::~ExtMultiLineEdit() { } diff --git a/unusedcode.easy b/unusedcode.easy index 8bfb2a061f08..b9bb9885c383 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -181,10 +181,6 @@ basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon c canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&) chart::ChartTypeUnoDlg::Create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) chart::ShapeToolbarController::create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) -chart::opengl3D::OpenGL3DRenderer::GetTime() -chart::opengl3D::OpenGL3DRenderer::RenderClickPos(Point) -chart::opengl3D::OpenGL3DRenderer::RenderFPS(float) -chart::opengl3D::OpenGL3DRenderer::RenderTexture(unsigned int) chart::opengl3D::Text::getSize() const comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const diff --git a/vcl/source/control/imgctrl.cxx b/vcl/source/control/imgctrl.cxx index e49af86885e6..54b97f43cd97 100644 --- a/vcl/source/control/imgctrl.cxx +++ b/vcl/source/control/imgctrl.cxx @@ -31,12 +31,6 @@ ImageControl::ImageControl( Window* pParent, WinBits nStyle ) { } -ImageControl::ImageControl( Window* pParent, const ResId& rResId ) - :FixedImage( pParent, rResId ) - ,mnScaleMode( ImageScaleMode::ANISOTROPIC ) -{ -} - void ImageControl::SetScaleMode( const ::sal_Int16 _nMode ) { if ( _nMode != mnScaleMode ) |