Kaydet (Commit) acaa9c4b authored tarafından Mathias Bauer's avatar Mathias Bauer

#i106421#: cleanup of help ids

üst bd249877
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
#include <com/sun/star/sdbc/XRow.hpp> #include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp> #include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp> #include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp>
#include <sfx2/sfxuno.hxx>
#include "gallery.hrc" #include "gallery.hrc"
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_cui.hxx" #include "precompiled_cui.hxx"
#include "align.hxx" //add for SvxAlignmentTabPage
#include "dlgfact.hxx" #include "dlgfact.hxx"
#include <tools/rc.hxx> #include <tools/rc.hxx>
...@@ -88,7 +89,6 @@ ...@@ -88,7 +89,6 @@
#include "paragrph.hxx" //add for #include "paragrph.hxx" //add for
#include "tabstpge.hxx" // add for #include "tabstpge.hxx" // add for
#include "textattr.hxx" // add for SvxTextAttrPage #include "textattr.hxx" // add for SvxTextAttrPage
#include "align.hxx" //add for SvxAlignmentTabPage
#include "backgrnd.hxx" //add for SvxBackgroundTabPage #include "backgrnd.hxx" //add for SvxBackgroundTabPage
#include "border.hxx" //add for SvxBorderTabPage #include "border.hxx" //add for SvxBorderTabPage
#include "chardlg.hxx" //add for SvxCharNamePage,SvxCharEffectsPage,SvxCharPositionPage,SvxCharTwoLinesPage #include "chardlg.hxx" //add for SvxCharNamePage,SvxCharEffectsPage,SvxCharPositionPage,SvxCharTwoLinesPage
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
// include --------------------------------------------------------------- // include ---------------------------------------------------------------
#include <svx/orienthelper.hxx>
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <vcl/imagebtn.hxx> #include <vcl/imagebtn.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
...@@ -40,7 +41,6 @@ ...@@ -40,7 +41,6 @@
#include <svtools/valueset.hxx> #include <svtools/valueset.hxx>
#include <svx/dialcontrol.hxx> #include <svx/dialcontrol.hxx>
#include <svx/wrapfield.hxx> #include <svx/wrapfield.hxx>
#include <svx/orienthelper.hxx>
#include <svx/frmdirlbox.hxx> #include <svx/frmdirlbox.hxx>
namespace svx { namespace svx {
......
This diff is collapsed.
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#include <cuires.hrc> #include <cuires.hrc>
#include "helpid.hrc" #include "helpid.hrc"
#include <dialmgr.hxx> #include <dialmgr.hxx>
#include <svx/dialogs.hrc>
namespace offapp namespace offapp
{ {
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include "internationaloptions.hrc" #include "internationaloptions.hrc"
#include "helpid.hrc" #include "helpid.hrc"
#include <cuires.hrc> #include <cuires.hrc>
#include <svx/dialogs.hrc>
TabPage RID_OFA_TP_INTERNATIONAL TabPage RID_OFA_TP_INTERNATIONAL
{ {
......
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
// include --------------------------------------------------------------- // include ---------------------------------------------------------------
#include "align.hxx"
#include <svx/svxenum.hxx> #include <svx/svxenum.hxx>
#include <svx/dialogs.hrc> #include <svx/dialogs.hrc>
#include <cuires.hrc> #include <cuires.hrc>
...@@ -41,7 +43,6 @@ ...@@ -41,7 +43,6 @@
#include <svx/algitem.hxx> #include <svx/algitem.hxx>
#include <svx/frmdiritem.hxx> #include <svx/frmdiritem.hxx>
#include "align.hxx"
#include <dialmgr.hxx> #include <dialmgr.hxx>
#include <svx/dlgutil.hxx> #include <svx/dlgutil.hxx>
#include <tools/shl.hxx> #include <tools/shl.hxx>
......
...@@ -36,8 +36,6 @@ TARGET=cui ...@@ -36,8 +36,6 @@ TARGET=cui
GEN_HID=TRUE GEN_HID=TRUE
GEN_HID_OTHER=TRUE GEN_HID_OTHER=TRUE
USE_DEFFILE=TRUE
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
.INCLUDE : settings.mk .INCLUDE : settings.mk
...@@ -49,9 +47,9 @@ LINKFLAGS+=-Wl,-LD_LAYOUT:lgot_buffer=30 ...@@ -49,9 +47,9 @@ LINKFLAGS+=-Wl,-LD_LAYOUT:lgot_buffer=30
SHL1TARGET= cui$(DLLPOSTFIX) SHL1TARGET= cui$(DLLPOSTFIX)
SHL1VERSIONMAP= cui.map SHL1VERSIONMAP= cui.map
SHL1IMPLIB=icui SHL1IMPLIB=icui
SHL1DEPN=
SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEFNAME= $(SHL1TARGET) DEF1NAME= $(SHL1TARGET)
SHL1LIBS= \ SHL1LIBS= \
$(SLB)$/options.lib \ $(SLB)$/options.lib \
......
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