diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2012-12-18 07:07:37 -0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-12-18 11:47:03 +0000 |
commit | 1d9f281c8c3d098bc70e0e0cbe081c696fe2b7b9 (patch) | |
tree | 6247a00578a5b0d0e8368bc041dffcd3bfb73ff7 /sc/sdi | |
parent | 2c261400e79d790453ad3d4beb72b397c0795d90 (diff) |
Remove unused ScTabPopShell
As Thomas Arnhold pointed, it seems that ScTabPopShell is useless. I did a full
compile without ScTabPopShell and run sometimes cal, writer and all still works.
Change-Id: Ia05d4fb53999b816101b5757153942df0c606022
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1392
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r-- | sc/sdi/tabpopsh.sdi | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sc/sdi/tabpopsh.sdi b/sc/sdi/tabpopsh.sdi deleted file mode 100644 index 0a3d64659b88..000000000000 --- a/sc/sdi/tabpopsh.sdi +++ /dev/null @@ -1,22 +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 . - */ -shell ScTabPopShell -{ - // nix drin -} - |