diff options
Diffstat (limited to 'sd/source/ui/inc/RemoteDialog.hrc')
-rw-r--r-- | sd/source/ui/inc/RemoteDialog.hrc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sd/source/ui/inc/RemoteDialog.hrc b/sd/source/ui/inc/RemoteDialog.hrc new file mode 100644 index 000000000000..5e1a01fc8ee0 --- /dev/null +++ b/sd/source/ui/inc/RemoteDialog.hrc @@ -0,0 +1,14 @@ +/* -*- Mode: C++; 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/. + */ +#include <sfx2/sfx.hrc> + +#define DLG_PAIR_REMOTE RID_APP_START+700 + +#define BTN_CONNECT 1 + |