diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-24 16:44:29 +1000 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-05-24 16:44:29 +1000 |
commit | 474f48492547ff28803ee44dcd3bccb48f533a3e (patch) | |
tree | 0a841d076e54d7b429194fa4bc22e723c155072a /vcl | |
parent | 9acc48f904317cc51f6de2c0e530366f4a1246fe (diff) |
vcl: odd conditional whitespacing removed
Change-Id: Id650bd53d8ff9bb9575dd8a6c9fdd7cd94fd8b82
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/window.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index cddcd9d2164c..0950e5c86f60 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -3362,12 +3362,12 @@ uno::Reference< XClipboard > Window::GetPrimarySelection() "com.sun.star.datatransfer.clipboard.SystemClipboard", args, xContext)), css::uno::UNO_QUERY_THROW); -# else +#else static uno::Reference< XClipboard > s_xSelection( xContext->getServiceManager()->createInstanceWithContext( "com.sun.star.datatransfer.clipboard.GenericClipboard", xContext ), UNO_QUERY ); mpWindowImpl->mpFrameData->mxSelection = s_xSelection; -# endif +#endif } catch (css::uno::RuntimeException & e) { |