Kaydet (Commit) 1d1189b4 authored tarafından Siqi LIU's avatar Siqi LIU

oups.. forgot to comment out a debug line

Change-Id: Ib22428a305d834a635f198f94b7b82088a718893
üst d9e8255e
...@@ -255,7 +255,7 @@ void PresenterController::disposing (void) ...@@ -255,7 +255,7 @@ void PresenterController::disposing (void)
void PresenterController::UpdateCurrentSlide (const sal_Int32 nOffset) void PresenterController::UpdateCurrentSlide (const sal_Int32 nOffset)
{ {
std::cerr << "Updating current Slide to " << nOffset << std::endl; // std::cerr << "Updating current Slide to " << nOffset << std::endl;
GetSlides(nOffset); GetSlides(nOffset);
UpdatePaneTitles(); UpdatePaneTitles();
UpdateViews(); UpdateViews();
......
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