Kaydet (Commit) b3549aac authored tarafından Noel Grandin's avatar Noel Grandin

remove unused interfaces from sdi files

Change-Id: I69e880e348372b3695b14efd4928f38f29bda37e
Reviewed-on: https://gerrit.libreoffice.org/35747Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 2fc5ef74
...@@ -413,14 +413,6 @@ interface CellMovement ...@@ -413,14 +413,6 @@ interface CellMovement
} }
interface RangeSelection
{
import CellSelection;
import FormatForSelection;
import TableFont ".Font";
import BaseSelection;
}
interface Cell interface Cell
{ {
import CellSelection; import CellSelection;
......
...@@ -871,24 +871,3 @@ interface BaseTextEditView ...@@ -871,24 +871,3 @@ interface BaseTextEditView
] ]
} }
interface GlobalContents
{
UINT16 Type FN_COLL_TYPE
(
UINT16 Position FN_COLL_TYPE
)
// Areaname, Index-Titel or Empty String
String Title FN_COLL_TITLE
(
UINT16 Position FN_COLL_TITLE
)
// Without a FileName an area of the text is inserted at this location.
BOOL InsertDocument FN_COLL_ADD
(
UINT16 Position FN_COLL_ADD,
UINT16 FileName FN_PARAM_1
)
}
...@@ -16,25 +16,6 @@ ...@@ -16,25 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
interface TextInTable
{
import Text;
import TextTable;
}
interface ListInTable
{
import Text;
import TextList;
import TextTable;
}
interface ListInText
{
import TextList;
import Text;
}
interface TextEditView : BaseTextEditView interface TextEditView : BaseTextEditView
{ {
// Slots, which are not needed in the WebDocShell // Slots, which are not needed in the WebDocShell
......
...@@ -16,25 +16,6 @@ ...@@ -16,25 +16,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
interface WebTextInTable
{
import WebText;
import WebTable;
}
interface WebListInTable
{
import WebText;
import WebList;
import WebTable;
}
interface WebListInText
{
import WebList;
import WebText;
}
interface WebEditView : BaseTextEditView interface WebEditView : BaseTextEditView
{ {
SID_DRAW_TEXT_MARQUEE // status() SID_DRAW_TEXT_MARQUEE // status()
......
...@@ -57,15 +57,9 @@ ...@@ -57,15 +57,9 @@
#include "shells.hrc" #include "shells.hrc"
#define SwView #define SwView
#define GlobalContents
#define Text #define Text
#define TextDrawText #define TextDrawText
#define TextInTable
#define ListInText
#define ListInTable
#define WebTextInTable
#define WebListInText
#define WebListInTable
#include <sfx2/msg.hxx> #include <sfx2/msg.hxx>
#include "swslots.hxx" #include "swslots.hxx"
#include <PostItMgr.hxx> #include <PostItMgr.hxx>
......
...@@ -65,9 +65,6 @@ ...@@ -65,9 +65,6 @@
// type void(SfxShell*,SfxRequest&) defined in swslots.hxx // type void(SfxShell*,SfxRequest&) defined in swslots.hxx
#define SwWebView #define SwWebView
#define Text #define Text
#define TextInTable
#define ListInText
#define ListInTable
#include <swslots.hxx> #include <swslots.hxx>
SFX_IMPL_NAMED_VIEWFACTORY(SwWebView, "Default") SFX_IMPL_NAMED_VIEWFACTORY(SwWebView, "Default")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment