diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-03 11:46:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-03 11:47:40 +0000 |
commit | 1ef873db6e5d38fd24e71cbdb61556f9d39cac73 (patch) | |
tree | b8ac1a46b3878f459bd4233e08a921a07608bb04 /sd | |
parent | bb8d288bdb1e432f203e80fedebe854b194d776c (diff) |
unused .src file
Change-Id: Icf396b255fa9a8dda7e1d990da7e0a8a27869157
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/SlideSorterChildWindow.hrc | 24 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/shell/SlideSorter.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/shell/SlideSorterChildWindow.src | 46 |
3 files changed, 0 insertions, 71 deletions
diff --git a/sd/source/ui/inc/SlideSorterChildWindow.hrc b/sd/source/ui/inc/SlideSorterChildWindow.hrc deleted file mode 100644 index 7efeef983603..000000000000 --- a/sd/source/ui/inc/SlideSorterChildWindow.hrc +++ /dev/null @@ -1,24 +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 FLT_WIN_SLIDE_BROWSER 789 - -#define TOOLPANEL 1 - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx index 134e68e204a3..88321d71433b 100644 --- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx +++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx @@ -20,7 +20,6 @@ #include "SlideSorter.hxx" -#include "SlideSorterChildWindow.hrc" #include "SlideSorterViewShell.hxx" #include "controller/SlideSorterController.hxx" #include "controller/SlsScrollBarManager.hxx" diff --git a/sd/source/ui/slidesorter/shell/SlideSorterChildWindow.src b/sd/source/ui/slidesorter/shell/SlideSorterChildWindow.src deleted file mode 100644 index 4dc87b88b3dc..000000000000 --- a/sd/source/ui/slidesorter/shell/SlideSorterChildWindow.src +++ /dev/null @@ -1,46 +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 "app.hrc" -#include "SlideSorterChildWindow.hrc" - -DockingWindow FLT_WIN_SLIDE_BROWSER -{ - HelpID = SID_SLIDE_BROWSER; - Border = TRUE ; - Hide = FALSE ; - SVLook = TRUE ; - Sizeable = TRUE ; - Moveable = TRUE ; - Closeable = TRUE ; - Zoomable = TRUE ; - Dockable = TRUE ; - EnableResizing = TRUE ; - Size = MAP_APPFONT ( 140 , 120 ) ; - Text = "Slide Browser" ; - - Control TOOLPANEL - { - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 69, 150 ) ; - Border = FALSE; - }; -}; - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |