Kaydet (Commit) d6f18c09 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

remove some stuff

Change-Id: I766c01c3ea4c03f4c76ef70fd16037d8196242a1
üst d4ae0d8d
......@@ -26,9 +26,6 @@
#include <svx/dlgctrl.hxx>
#include <editeng/brushitem.hxx>
//------------------------------------------------------------------------
// forwards:
class BackgroundPreviewImpl;
class SvxOpenGraphicDialog;
struct SvxBackgroundTable_Impl;
......@@ -37,8 +34,9 @@ struct SvxBackgroundPage_Impl;
class SvxBrushItem;
class XFillStyleItem;
class XFillGradientItem;
/** class SvxBackgroundTabPage --------------------------------------------
{k:\svx\prototyp\dialog\backgrnd.bmp}
[Description]
With this TabPage a Brush (e. g. for a frame's background color)
can be set.
......
......@@ -19,7 +19,6 @@
#ifndef _SVX_PAGE_HXX
#define _SVX_PAGE_HXX
#include <sfx2/tabdlg.hxx>
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
......@@ -33,9 +32,7 @@
#include <svx/flagsdef.hxx>
// class SvxPageDescPage -------------------------------------------------
/* {k:\svx\prototyp\dialog\page.bmp}
/*
[Description]
TabPage for page settings (size, margins, ...)
......
......@@ -28,14 +28,10 @@
#include <vcl/lstbox.hxx>
#include <svx/flagsdef.hxx>
// forward ---------------------------------------------------------------
class SvxLineSpacingItem;
// class SvxStdParagraphTabPage ------------------------------------------
/* {k:\svx\prototyp\dialog\parastd.bmp}
/*
[Description]
With this TabPage standard attributes of a paragraph can be set
(indention, distance, alignment, line spacing).
......@@ -175,9 +171,7 @@ public:
};
// class SvxExtParagraphTabPage ------------------------------------------
/* {k:\svx\prototyp\dialog\paraext.bmp}
/*
[Description]
With this TabPage special attributes of a paragraph can be set
(hyphenation, pagebreak, orphan, widow, ...).
......
......@@ -29,14 +29,10 @@
#include <editeng/tstpitem.hxx>
#include <svx/flagsdef.hxx>
// forward ---------------------------------------------------------------
class TabWin_Impl;
// class SvxTabulatorTabPage ---------------------------------------------
/*
{k:\svx\prototyp\dialog\tabstop.bmp}
[Description]
In this TabPage tabulators are managed.
......
......@@ -43,10 +43,6 @@ class SvxSearchController;
struct SearchDlg_Impl;
#ifndef NO_SVX_SEARCH
// struct SearchAttrItem -------------------------------------------------
struct SearchAttrItem
{
sal_uInt16 nSlot;
......@@ -80,7 +76,6 @@ public:
void Remove(size_t nPos, size_t nLen = 1);
};
#ifndef SV_NODIALOG
// class SvxSearchDialogWrapper ------------------------------------------
......@@ -98,10 +93,7 @@ public:
};
// class SvxSearchDialog -------------------------------------------------
/*
{k:\svx\prototyp\dialog\svx/srchdlg.hxx}
[Description]
In this modeless dialog the attributes for a search are configured
and a search is started from it. Several search types
......@@ -263,14 +255,6 @@ inline sal_Bool SvxSearchDialog::HasReplaceAttributes() const
return ( m_pReplaceAttrText->IsEnabled() && bLen );
}
//////////////////////////////////////////////////////////////////////
#endif // SV_NODIALOG
#endif // NO_SVX_SEARCH
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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