summaryrefslogtreecommitdiffstats
path: root/sw/inc/SidebarWin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-15 09:42:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-16 11:16:05 +0100
commiteb1c0480050a1328287c4a85468afbec50b0e29d (patch)
tree044b94745a027b1620ebb5320731275dc86e7b18 /sw/inc/SidebarWin.hxx
parentPass -flto as part of CC and CXX when building external libs for Android (diff)
downloadcore-eb1c0480050a1328287c4a85468afbec50b0e29d.tar.gz
core-eb1c0480050a1328287c4a85468afbec50b0e29d.zip
Resolves: fdo#36815 enable printing WYSIWYG sidewindow comments
in order for that to happen the document has to be scaled down so that the comments outside the border of the sheet of paper can be brought inside the printable area Change-Id: Ifafb8eec10a4ea3ea0014097728888603e61e5a4
Diffstat (limited to 'sw/inc/SidebarWin.hxx')
-rw-r--r--sw/inc/SidebarWin.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/SidebarWin.hxx b/sw/inc/SidebarWin.hxx
index 630ef1668242..8ab89a501606 100644
--- a/sw/inc/SidebarWin.hxx
+++ b/sw/inc/SidebarWin.hxx
@@ -176,6 +176,8 @@ class SwSidebarWin : public Window
void ChangeSidebarItem( SwSidebarItem& rSidebarItem );
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > CreateAccessible() SAL_OVERRIDE;
+ virtual void Draw(OutputDevice* pDev, const Point&, const Size&, sal_uLong) SAL_OVERRIDE;
+
protected:
virtual void DataChanged( const DataChangedEvent& aEvent) SAL_OVERRIDE;
virtual void LoseFocus() SAL_OVERRIDE;