summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/attrdlg.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-03 16:53:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-03 20:07:40 +0100
commite61d41ea3510a9abf40f2cb6a7b8c6009d2513db (patch)
tree667606be780d049bce7070e1af794ed2465c56ce /sc/source/ui/src/attrdlg.src
parent7aa6f1b01481c1d0f1a12f56ad197c797056c37b (diff)
convert calc format cells dialog to .ui format
Change-Id: Ic134909f3e65bcb1aa440f60a156f293225d3edc
Diffstat (limited to 'sc/source/ui/src/attrdlg.src')
-rw-r--r--sc/source/ui/src/attrdlg.src92
1 files changed, 0 insertions, 92 deletions
diff --git a/sc/source/ui/src/attrdlg.src b/sc/source/ui/src/attrdlg.src
deleted file mode 100644
index c976106031fd..000000000000
--- a/sc/source/ui/src/attrdlg.src
+++ /dev/null
@@ -1,92 +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 <svx/dialogs.hrc>
-#include "attrdlg.hrc"
-
- //================================================
- // Attributdialog:
-
-TabDialog RID_SCDLG_ATTR
-{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 280 , 165 ) ;
- Text [ en-US ] = "Format Cells" ;
- Moveable = TRUE ;
- Closeable = FALSE ;
- TabControl 1
- {
- OutputSize = TRUE ;
- Pos = MAP_APPFONT ( 23 , 0 ) ;
- Size = MAP_APPFONT ( 260 , 135 ) ;
- PageList =
- {
- PageItem
- {
- Identifier = TP_NUMBER ;
- PageResID = 256 ;
- Text [ en-US ] = "Numbers" ;
- };
- PageItem
- {
- Identifier = TP_FONT ;
- PageResID = 257 ;
- Text [ en-US ] = "Font" ;
- };
- PageItem
- {
- Identifier = TP_FONTEFF ;
- PageResID = 262 ;
- Text [ en-US ] = "Font Effects";
- };
- PageItem
- {
- Identifier = TP_ALIGNMENT ;
- PageResID = 258 ;
- Text [ en-US ] = "Alignment" ;
- };
- PageItem
- {
- Identifier = TP_ASIAN ;
- PageResID = 263 ;
- Text [ en-US ] = "Asian Typography";
- };
- PageItem
- {
- Identifier = TP_BORDER ;
- PageResID = 259 ;
- Text [ en-US ] = "Borders" ;
- };
- PageItem
- {
- Identifier = TP_BACKGROUND ;
- PageResID = 260 ;
- Text [ en-US ] = "Background" ;
- };
- PageItem
- {
- Identifier = TP_PROTECTION ;
- PageResID = 261 ;
- Text [ en-US ] = "Cell Protection" ;
- };
- };
- };
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */