ODocumentInfoPreview not in any .ui files
Change-Id: I8875a5b39e5a27df8b365e268bb2aab3c42300a4 Reviewed-on: https://gerrit.libreoffice.org/80959 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@@ -86,9 +86,6 @@
|
||||
<glade-widget-class title="SvtValueSet" name="svtlo-ValueSet"
|
||||
generic-name="Set of Value Options" parent="GtkDrawingArea"
|
||||
icon-name="widget-gtk-drawingarea"/>
|
||||
<glade-widget-class title="Document Info Preview" name="svtlo-ODocumentInfoPreview"
|
||||
generic-name="Document Info Preview" parent="GtkDrawingArea"
|
||||
icon-name="widget-gtk-drawingarea"/>
|
||||
<glade-widget-class title="SvxColorValueSet" name="svxcorelo-SvxColorValueSet"
|
||||
generic-name="Set of Value Options" parent="GtkDrawingArea"
|
||||
icon-name="widget-gtk-drawingarea"/>
|
||||
|
@@ -32,7 +32,6 @@
|
||||
#include <vcl/txtattr.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/builderfactory.hxx>
|
||||
#include <tools/datetime.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include <unotools/localedatawrapper.hxx>
|
||||
@@ -62,8 +61,6 @@ void ODocumentInfoPreview::dispose()
|
||||
Window::dispose();
|
||||
}
|
||||
|
||||
VCL_BUILDER_FACTORY_ARGS(ODocumentInfoPreview, WB_BORDER | WB_READONLY)
|
||||
|
||||
void ODocumentInfoPreview::Resize() {
|
||||
m_pEditWin->SetPosSizePixel(Point(0, 0), GetOutputSize());
|
||||
}
|
||||
|
Reference in New Issue
Block a user