From 35fbb45086c389f91c0d6ff410d814f7567c1ceb Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 9 Mar 2011 14:56:21 +0100 Subject: Revert idle whitespace changes Reverting all hunks that solely change whitespace, prior to performing the m101 merge from OOo. --- framework/source/dispatch/windowcommanddispatch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/source/dispatch/windowcommanddispatch.cxx b/framework/source/dispatch/windowcommanddispatch.cxx index 459496fd300e..32361382b0a4 100644 --- a/framework/source/dispatch/windowcommanddispatch.cxx +++ b/framework/source/dispatch/windowcommanddispatch.cxx @@ -154,7 +154,7 @@ IMPL_LINK(WindowCommandDispatch, impl_notifyCommand, void*, pParam) return 0L; const int nCommand = pData->GetDialogId(); - ::rtl::OUString sCommand; + ::rtl::OUString sCommand; switch (nCommand) { -- cgit