Kaydet (Commit) 474f4849 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: odd conditional whitespacing removed

Change-Id: Id650bd53d8ff9bb9575dd8a6c9fdd7cd94fd8b82
üst 9acc48f9
...@@ -3362,12 +3362,12 @@ uno::Reference< XClipboard > Window::GetPrimarySelection() ...@@ -3362,12 +3362,12 @@ uno::Reference< XClipboard > Window::GetPrimarySelection()
"com.sun.star.datatransfer.clipboard.SystemClipboard", "com.sun.star.datatransfer.clipboard.SystemClipboard",
args, xContext)), args, xContext)),
css::uno::UNO_QUERY_THROW); css::uno::UNO_QUERY_THROW);
# else #else
static uno::Reference< XClipboard > s_xSelection( static uno::Reference< XClipboard > s_xSelection(
xContext->getServiceManager()->createInstanceWithContext( "com.sun.star.datatransfer.clipboard.GenericClipboard", xContext ), UNO_QUERY ); xContext->getServiceManager()->createInstanceWithContext( "com.sun.star.datatransfer.clipboard.GenericClipboard", xContext ), UNO_QUERY );
mpWindowImpl->mpFrameData->mxSelection = s_xSelection; mpWindowImpl->mpFrameData->mxSelection = s_xSelection;
# endif #endif
} }
catch (css::uno::RuntimeException & e) catch (css::uno::RuntimeException & e)
{ {
......
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