vcl/source/window/window.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 474f48492547ff28803ee44dcd3bccb48f533a3e
Author: Chris Sherlock <chris.sherloc...@gmail.com>
Date:   Sat May 24 16:44:29 2014 +1000

    vcl: odd conditional whitespacing removed
    
    Change-Id: Id650bd53d8ff9bb9575dd8a6c9fdd7cd94fd8b82

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index cddcd9d..0950e5c 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)
             {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to