Kaydet (Commit) 2fffd98e authored tarafından Carsten Driesner's avatar Carsten Driesner

removetooltypes01: Rebase to DEV300m98

...@@ -49,7 +49,6 @@ TabDialog DLG_DATABASE_USERADMIN ...@@ -49,7 +49,6 @@ TabDialog DLG_DATABASE_USERADMIN
{ {
OutputSize = TRUE ; OutputSize = TRUE ;
HelpId = HID_DSADMIN_TABCONTROL; HelpId = HID_DSADMIN_TABCONTROL;
SingleLine=TRUE;
}; };
String STR_PAGETITLE_USERADMIN String STR_PAGETITLE_USERADMIN
{ {
......
...@@ -351,7 +351,6 @@ TabDialog DLG_DATABASE_ADVANCED ...@@ -351,7 +351,6 @@ TabDialog DLG_DATABASE_ADVANCED
{ {
OutputSize = TRUE ; OutputSize = TRUE ;
HelpId = HID_DSADMIN_TABCONTROL; HelpId = HID_DSADMIN_TABCONTROL;
SingleLine=TRUE;
}; };
String STR_GENERATED_VALUE String STR_GENERATED_VALUE
......
...@@ -113,7 +113,6 @@ TabDialog DLG_DATABASE_ADMINISTRATION ...@@ -113,7 +113,6 @@ TabDialog DLG_DATABASE_ADMINISTRATION
{ {
OutputSize = TRUE ; OutputSize = TRUE ;
HelpId = HID_DSADMIN_TABCONTROL; HelpId = HID_DSADMIN_TABCONTROL;
SingleLine=TRUE;
}; };
//......................................................................... //.........................................................................
...@@ -147,7 +146,6 @@ ModalDialog DLG_DATABASE_TYPE_CHANGE ...@@ -147,7 +146,6 @@ ModalDialog DLG_DATABASE_TYPE_CHANGE
{ {
OutputSize = TRUE ; OutputSize = TRUE ;
HelpId = HID_DSADMIN_TABCONTROL; HelpId = HID_DSADMIN_TABCONTROL;
SingleLine=TRUE;
}; };
Text [ en-US ] = "Database properties" ; Text [ en-US ] = "Database properties" ;
}; };
......
...@@ -56,7 +56,6 @@ ModalDialog DLG_DATABASE_WIZARD ...@@ -56,7 +56,6 @@ ModalDialog DLG_DATABASE_WIZARD
{ {
OutputSize = TRUE ; OutputSize = TRUE ;
HelpId = HID_DSADMIN_TABCONTROL; HelpId = HID_DSADMIN_TABCONTROL;
SingleLine=TRUE;
}; };
String STR_DBWIZARDTITLE String STR_DBWIZARDTITLE
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#include <com/sun/star/inspection/XNumericControl.hpp> #include <com/sun/star/inspection/XNumericControl.hpp>
#include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/util/MeasureUnit.hpp> #include <com/sun/star/util/MeasureUnit.hpp>
#include <vcl/fldunit.hxx> #include <tools/fldunit.hxx>
#include "metadata.hxx" #include "metadata.hxx"
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vos/mutex.hxx> #include <vos/mutex.hxx>
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
#include <vcl/msgbox.hxx> #include <vcl/msgbox.hxx>
#include <vcl/waitobj.hxx> #include <vcl/waitobj.hxx>
#include <vcl/fldunit.hxx> #include <tools/fldunit.hxx>
#include <vcl/stdtext.hxx> #include <vcl/stdtext.hxx>
#include "ModuleHelper.hxx" #include "ModuleHelper.hxx"
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
#include <com/sun/star/inspection/XNumericControl.hpp> #include <com/sun/star/inspection/XNumericControl.hpp>
#include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/util/MeasureUnit.hpp> #include <com/sun/star/util/MeasureUnit.hpp>
#include <vcl/fldunit.hxx> #include <tools/fldunit.hxx>
#include "metadata.hxx" #include "metadata.hxx"
//........................................................................ //........................................................................
......
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