[Libreoffice-commits] .: sd/source

Michael Stahl mst at kemper.freedesktop.org
Fri Aug 10 05:06:56 PDT 2012


 sd/source/ui/inc/RemoteServer.hxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 2626984db88f2a9a7cb1d880466beb4a7c1cd5c0
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Aug 10 14:04:27 2012 +0200

    RemoteServer: ClientInfo is stored in STL vector, must be Assignable
    
    Change-Id: Ie922207189ae0c7f5f9623043dcc38705b1f7364

diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx
index b614dd1..d3e202b 100644
--- a/sd/source/ui/inc/RemoteServer.hxx
+++ b/sd/source/ui/inc/RemoteServer.hxx
@@ -43,8 +43,8 @@ namespace sd
 
     struct ClientInfo
     {
-        const rtl::OUString mName;
-        const rtl::OUString mAddress;
+        rtl::OUString mName;
+        rtl::OUString mAddress;
 
         enum PROTOCOL { NETWORK = 1, BLUETOOTH };
         ClientInfo( OUString rName, OUString rAddress) :
@@ -78,4 +78,4 @@ namespace sd
 }
 
 #endif // _SD_IMPRESSREMOTE_SERVER_HXX
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list