summaryrefslogtreecommitdiff
path: root/sc/source/ui/src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-19 08:55:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-19 11:31:09 +0000
commit6f754f4bd7223155591cfa9df05973db5116be81 (patch)
treea77aa298378f29e80b5e65f272c7bd3579d43730 /sc/source/ui/src
parent03e7a16fe2802160b8344058f225a57bdb9c59f5 (diff)
convert subtotals dialog to .ui
Change-Id: Icab4e598c5355a1e971fdaa5a0a4d0d72c703021
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r--sc/source/ui/src/subtdlg.src69
1 files changed, 0 insertions, 69 deletions
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: */