summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ctredlin.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-21 15:54:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-21 16:46:12 +0000
commit38302b308559b8e34916a07ea3a160085c596c2e (patch)
treeea288c40d34202626bb08a6b8aee9a9bccee00c6 /svx/source/dialog/ctredlin.src
parent4870fc155ff789a1d002eebe3d2bd7e199ea0e28 (diff)
split up redline dialog and adapt redline view code
Change-Id: Ib185eacbd0b4123ec947d116076358794bf42d46
Diffstat (limited to 'svx/source/dialog/ctredlin.src')
-rw-r--r--svx/source/dialog/ctredlin.src99
1 files changed, 0 insertions, 99 deletions
diff --git a/svx/source/dialog/ctredlin.src b/svx/source/dialog/ctredlin.src
deleted file mode 100644
index 57035a9072e2..000000000000
--- a/svx/source/dialog/ctredlin.src
+++ /dev/null
@@ -1,99 +0,0 @@
-/*
- * 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 "ctredlin.hrc"
-#include "helpid.hrc"
-
-#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
-
-TabPage SID_REDLIN_VIEW_PAGE
-{
- HelpId = HID_REDLINING_VIEW_PAGE ;
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 270 , 126 ) ;
- Hide = TRUE ;
- Control DG_VIEW
- {
- HelpId = HID_REDLINING_VIEW_DG_VIEW ;
- Pos = MAP_APPFONT ( 3 , 1 ) ;
- Size = MAP_APPFONT ( 221 , 65 ) ;
- Border = TRUE ;
- };
- PushButton PB_ACCEPT
- {
- HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
- Pos = MAP_APPFONT ( 3 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text [ en-US ] = "~Accept" ;
- };
- PushButton PB_REJECT
- {
- HelpId = HID_REDLINING_VIEW_PB_REJECT ;
- Pos = MAP_APPFONT ( 69 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text [ en-US ] = "~Reject" ;
- };
- PushButton PB_ACCEPTALL
- {
- HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
- Pos = MAP_APPFONT ( 141 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text [ en-US ] = "A~ccept All" ;
- };
- PushButton PB_REJECTALL
- {
- HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
- Pos = MAP_APPFONT ( 207 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text [ en-US ] = "R~eject All" ;
- };
-
- PushButton PB_UNDO
- {
- HelpId = HID_REDLINING_VIEW_PB_UNDO ;
- Hide = TRUE;
- Pos = MAP_APPFONT ( 279 , 69 ) ;
- Size = MAP_APPFONT ( 60 , 14 ) ;
- Text [ en-US ] = "Undo";
- };
- String STR_TITLE1
- {
- Text [ en-US ] = "Action" ;
- };
- String STR_TITLE2
- {
- Text [ en-US ] = "Position" ;
- };
- String STR_TITLE3
- {
- Text [ en-US ] = "Author" ;
- };
- String STR_TITLE4
- {
- Text [ en-US ] = "Date" ;
- };
- String STR_TITLE5
- {
- Text [ en-US ] = "Comment" ;
- };
- String STR_TREE
- {
- Text [ en-US ] = "Changes" ;
- };
-};