summaryrefslogtreecommitdiff
path: root/ios/iosremote/ServerListViewController~ipad.h
blob: 06dbbe3359daa731d12907fd4cf0d75da28f6d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
//
// This file is part of the LibreOffice project.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#import "ServerListViewController.h"

@interface ServerListViewController_ipad : ServerListViewController

- (IBAction)cancelModalView:(id)sender;

@end
e+logerrit@ok.de>2016-05-24 17:27:38 +0200 committerMichael Stahl <mstahl@redhat.com>2016-05-24 20:44:25 +0000 commitd5397bf17d1b2d268c1d5905079b69619ea0467a (patch) tree9723e736e510f1ebeef408834bcb956e9b3393e7 /dtrans/source/win32/dnd parent68502698d29e577a7a451f1a796677128901cfe3 (diff)
C++11: disable ctors/operators with delete (dtrans)
replace the old declare and don't implement pattern with C++11 delete keyword. remove obsolete default ctor declarations. Change-Id: I90cce42445e3b0558dc9b6e0f9cd2a27359e5d9e Reviewed-on: https://gerrit.libreoffice.org/25411 Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Michael Stahl <mstahl@redhat.com>