diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 16:42:17 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 20:21:52 +0000 |
commit | 604426cc41770a4af56e1fa8ac1337db34ef32cc (patch) | |
tree | 3e38d19f78b971d62be6cec9daa4bf1c7b4857c6 /sc/source/ui/src | |
parent | 0b9aa86ec7896775f026ee1a117a014fa8c95581 (diff) |
convert change chart data source dialog to .ui
Change-Id: Iecccfbcd6b1eaec9d14c594812293c3e2acfda46
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r-- | sc/source/ui/src/miscdlgs.src | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/sc/source/ui/src/miscdlgs.src b/sc/source/ui/src/miscdlgs.src deleted file mode 100644 index 20206df16b74..000000000000 --- a/sc/source/ui/src/miscdlgs.src +++ /dev/null @@ -1,68 +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 "miscdlgs.hrc" - -ModalDialog RID_SCDLG_CHARTCOLROW -{ - HelpID = "sc:ModalDialog:RID_SCDLG_CHARTCOLROW"; - OutputSize = TRUE ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 191 , 63 ) ; - Moveable = TRUE ; - CheckBox 1 - { - HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:1"; - Pos = MAP_APPFONT ( 12 , 28 ) ; - Size = MAP_APPFONT ( 114 , 10 ) ; - Text [ en-US ] = "First ~column as label" ; - }; - CheckBox 2 - { - HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:2"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 114 , 10 ) ; - Text [ en-US ] = "First ~row as label" ; - }; - FixedLine 6 - { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 123 , 8 ) ; - Text [ en-US ] = "Labels" ; - }; - OKButton 3 - { - Pos = MAP_APPFONT ( 135 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - DefButton = TRUE ; - }; - CancelButton 4 - { - Pos = MAP_APPFONT ( 135 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - }; - HelpButton 5 - { - Pos = MAP_APPFONT ( 135 , 43 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - }; - Text [ en-US ] = "Change Source Data Range" ; -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |