From a5b5ad9f9306d868430ed9efd210b95c24a15161 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 9 Jan 2015 16:29:43 +0200 Subject: fdo#84938: replace DATACHANGED_ constants with 'enum class' and drop DATACHANGED_DATETIME because no-one is using it Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff --- svx/source/dialog/swframeexample.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source/dialog/swframeexample.cxx') diff --git a/svx/source/dialog/swframeexample.cxx b/svx/source/dialog/swframeexample.cxx index bea9c10078b6..ae5ab7b81015 100644 --- a/svx/source/dialog/swframeexample.cxx +++ b/svx/source/dialog/swframeexample.cxx @@ -90,7 +90,7 @@ void SvxSwFrameExample::DataChanged( const DataChangedEvent& rDCEvt ) { Window::DataChanged( rDCEvt ); - if( rDCEvt.GetType() == DATACHANGED_SETTINGS && ( rDCEvt.GetFlags() & SETTINGS_STYLE ) ) + if( rDCEvt.GetType() == DataChangedEventType::SETTINGS && ( rDCEvt.GetFlags() & SETTINGS_STYLE ) ) InitColors_Impl(); } -- cgit