summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tabline.hrc
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@edx.srv.br>2013-08-05 13:39:17 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-08-06 17:51:59 +0000
commita9770af052e5c3d9de893ef84c608479c03f06a7 (patch)
tree7881550e501389c418ac6a33b5c2a675f421dc9f /cui/source/tabpages/tabline.hrc
parent653cdcf50c760ac026931c156c69cdc791a6f0f5 (diff)
Convert line dialog to widget UI
Change-Id: Idbad94c9f2f946f4d2be9b0a88ac2fdbbbd71e2b Reviewed-on: https://gerrit.libreoffice.org/5287 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/tabpages/tabline.hrc')
-rw-r--r--cui/source/tabpages/tabline.hrc29
1 files changed, 0 insertions, 29 deletions
diff --git a/cui/source/tabpages/tabline.hrc b/cui/source/tabpages/tabline.hrc
deleted file mode 100644
index b4b2ee9ee112..000000000000
--- a/cui/source/tabpages/tabline.hrc
+++ /dev/null
@@ -1,29 +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 .
- */
-
-#define TAB_CONTROL 1
-#define STR_START_TYPE 36
-#define STR_END_TYPE 37
-#define STR_START_NUM 38
-#define STR_END_NUM 39
-#define STR_START_LENGTH 40
-#define STR_END_LENGTH 41
-
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */