From 6f754f4bd7223155591cfa9df05973db5116be81 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 19 Dec 2013 08:55:38 +0000 Subject: convert subtotals dialog to .ui Change-Id: Icab4e598c5355a1e971fdaa5a0a4d0d72c703021 --- sc/source/ui/src/subtdlg.src | 69 -------------------------------------------- 1 file changed, 69 deletions(-) delete mode 100644 sc/source/ui/src/subtdlg.src (limited to 'sc/source/ui/src') diff --git a/sc/source/ui/src/subtdlg.src b/sc/source/ui/src/subtdlg.src deleted file mode 100644 index 227690889c68..000000000000 --- a/sc/source/ui/src/subtdlg.src +++ /dev/null @@ -1,69 +0,0 @@ -/* -*- 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/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -#include "subtdlg.hrc" - -TabDialog RID_SCDLG_SUBTOTALS -{ - OutputSize = TRUE ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 294 , 176 ) ; - Text [ en-US ] = "Subtotals" ; - Moveable = TRUE ; - Closeable = FALSE ; - TabControl 1 - { - OutputSize = TRUE ; - SVLook = TRUE ; - Pos = MAP_APPFONT ( 3 , 3 ) ; - Size = MAP_APPFONT ( 240 , 150 ) ; - PageList = - { - PageItem - { - Identifier = PAGE_GROUP1 ; - Text [ en-US ] = "1st Group" ; - }; - PageItem - { - Identifier = PAGE_GROUP2 ; - Text [ en-US ] = "2nd Group" ; - }; - PageItem - { - Identifier = PAGE_GROUP3 ; - Text [ en-US ] = "3rd Group" ; - }; - PageItem - { - Identifier = PAGE_OPTIONS ; - Text [ en-US ] = "Options" ; - }; - }; - }; - PushButton BTN_REMOVE - { - Pos = MAP_APPFONT ( 143 , 160 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - Text [ en-US ] = "~Delete" ; - TabStop = TRUE ; - }; -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit