summaryrefslogtreecommitdiff
path: root/framework/source/services/fwk_services.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-15 11:25:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-15 17:02:59 +0100
commit748ed65ffba9d69ed333fd1347c30dd7a3a944b8 (patch)
tree7785130c92eda7425d6a843f7ada9b549c8ecee3 /framework/source/services/fwk_services.src
parent1ea4f163c5a2f531dcfda7899b322636a735c618 (diff)
drop TabControl resource loader
Change-Id: Idb909c205dfadaadeb8b98ce08fe2f4286cfce26
Diffstat (limited to 'framework/source/services/fwk_services.src')
-rw-r--r--framework/source/services/fwk_services.src32
1 files changed, 0 insertions, 32 deletions
diff --git a/framework/source/services/fwk_services.src b/framework/source/services/fwk_services.src
deleted file mode 100644
index 00f6b16f9f66..000000000000
--- a/framework/source/services/fwk_services.src
+++ /dev/null
@@ -1,32 +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 "framework.hrc"
-
-Window WIN_TABWINDOW
-{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- TabControl TC_TABCONTROL
- {
- OutputSize = TRUE ;
- };
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */