diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/RemoteServer.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx index b614dd1a8f37..d3e202ba7fae 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: */ |