Kaydet (Commit) 926583bd authored tarafından Noel Grandin's avatar Noel Grandin

debug only code SalDisplay::PrintInfo()

Change-Id: I9ead37ff69dc7198faae6758a346111ed1d029e3
üst 9ee630ee
......@@ -56,7 +56,6 @@ OutputDevice::LogicToPixel(basegfx::B2DPolygon const&) const
OutputDevice::LogicToPixel(basegfx::B2DPolygon const&, MapMode const&) const
OutputDevice::PixelToLogic(Region const&, MapMode const&) const
PanelLayout::dispatch(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&)
SalDisplay::PrintInfo() const
SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, SalBitmap const&, SalBitmap const*)
ScDocument::CreateFormatTable() const
ScExtIButton::GetSelected() const
......
......@@ -299,9 +299,9 @@ public:
virtual ~SalDisplay();
void Init();
void PrintInfo() const;
#ifdef DBG_UTIL
void PrintInfo() const;
void DbgPrintDisplayEvent(const char *pComment, XEvent *pEvent) const;
#endif
......
......@@ -2150,7 +2150,6 @@ void SalDisplay::DbgPrintDisplayEvent(const char *pComment, XEvent *pEvent) cons
pEvent->xany.send_event,
pEvent->xany.window );
}
#endif
void SalDisplay::PrintInfo() const
{
......@@ -2193,6 +2192,7 @@ void SalDisplay::PrintInfo() const
<< " 0x" << GetVisual(m_nXDefaultScreen).green_mask
<< " 0x" << GetVisual(m_nXDefaultScreen).blue_mask);
}
#endif
void SalDisplay::addXineramaScreenUnique( int i, long i_nX, long i_nY, long i_nWidth, long i_nHeight )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment