diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-16 03:28:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-16 03:29:30 +0200 |
commit | d6f18c09496318adf78ab32dfa1e1edf74521c5f (patch) | |
tree | 4accce6a140a510a2ae6eb1c5aa012abed4efa95 /cui | |
parent | d4ae0d8d30e10f7e194a06c540cac1f33a4fe0ba (diff) |
remove some stuff
Change-Id: I766c01c3ea4c03f4c76ef70fd16037d8196242a1
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/backgrnd.hxx | 6 | ||||
-rw-r--r-- | cui/source/inc/page.hxx | 5 | ||||
-rw-r--r-- | cui/source/inc/paragrph.hxx | 10 | ||||
-rw-r--r-- | cui/source/inc/tabstpge.hxx | 4 |
4 files changed, 5 insertions, 20 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx index be0e8d3451b5..45a165955624 100644 --- a/cui/source/inc/backgrnd.hxx +++ b/cui/source/inc/backgrnd.hxx @@ -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. diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index d07a6b9de974..421b5e103be3 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -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, ...) diff --git a/cui/source/inc/paragrph.hxx b/cui/source/inc/paragrph.hxx index 8d27bc406925..1fda0cf9d649 100644 --- a/cui/source/inc/paragrph.hxx +++ b/cui/source/inc/paragrph.hxx @@ -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, ...). diff --git a/cui/source/inc/tabstpge.hxx b/cui/source/inc/tabstpge.hxx index c19f085b7981..3879bd31dbfd 100644 --- a/cui/source/inc/tabstpge.hxx +++ b/cui/source/inc/tabstpge.hxx @@ -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. |