summaryrefslogtreecommitdiffstats
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-17 14:14:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-17 14:27:28 +0000
commit3616c602c297b43efadd63ad0a02f7c616b74d19 (patch)
tree081f448b5da6d41b776ddb65101e6252e66ec773 /svx/source
parentnot worth converting RID_SVXCTRL_COLOR to .ui, too small and hard-coded (diff)
downloadcore-3616c602c297b43efadd63ad0a02f7c616b74d19.tar.gz
core-3616c602c297b43efadd63ad0a02f7c616b74d19.zip
unused RID_SVX_FMEXPLORER DockingWindow resource
Change-Id: Ib8f0f86a30342ca455a92c9add5b2836fa40f8f4
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/form/fmexpl.src11
1 files changed, 0 insertions, 11 deletions
diff --git a/svx/source/form/fmexpl.src b/svx/source/form/fmexpl.src
index b171b892d3d6..822428c14325 100644
--- a/svx/source/form/fmexpl.src
+++ b/svx/source/form/fmexpl.src
@@ -289,15 +289,4 @@ ImageList RID_SVXIMGLIST_FMEXPL
NAVIGATOR_IMAGEIDS;
};
-DockingWindow RID_SVX_FMEXPLORER
-{
- HelpID = "svx:DockingWindow:RID_SVX_FMEXPLORER";
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Size = MAP_APPFONT ( 200 , 200 ) ;
- Moveable = TRUE ;
- Closeable = TRUE ;
- Text [ en-US ] = "Form Navigator" ;
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */