diff options
Diffstat (limited to 'forms/source/component')
-rw-r--r-- | forms/source/component/Columns.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/ComboBox.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/EditBase.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/Filter.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/FormComponent.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/FormattedField.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/ImageControl.cxx | 2 | ||||
-rw-r--r-- | forms/source/component/ListBox.cxx | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx index 3c8690321704..e8bdea30e299 100644 --- a/forms/source/component/Columns.cxx +++ b/forms/source/component/Columns.cxx @@ -38,7 +38,7 @@ #include <comphelper/basicio.hxx> #include <comphelper/servicehelper.hxx> #include "services.hxx" -#include "frm_resource.hrc" +#include "strings.hrc" #include <tools/debug.hxx> diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx index c99cf8a1808e..cac09c9d5099 100644 --- a/forms/source/component/ComboBox.cxx +++ b/forms/source/component/ComboBox.cxx @@ -24,7 +24,7 @@ #include "services.hxx" #include "frm_resource.hxx" -#include "frm_resource.hrc" +#include "strings.hrc" #include "BaseListBox.hxx" #include <com/sun/star/sdb/SQLErrorEvent.hpp> diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx index d56659fcec70..e4ba7f24fa4b 100644 --- a/forms/source/component/DatabaseForm.cxx +++ b/forms/source/component/DatabaseForm.cxx @@ -21,7 +21,7 @@ #include "componenttools.hxx" #include "DatabaseForm.hxx" #include "EventThread.hxx" -#include "frm_resource.hrc" +#include "strings.hrc" #include "frm_resource.hxx" #include "GroupManager.hxx" #include "property.hrc" diff --git a/forms/source/component/EditBase.cxx b/forms/source/component/EditBase.cxx index 99ecfdb316d1..eef46ef2bbb9 100644 --- a/forms/source/component/EditBase.cxx +++ b/forms/source/component/EditBase.cxx @@ -25,7 +25,7 @@ #include <comphelper/basicio.hxx> #include <cppuhelper/queryinterface.hxx> #include "frm_resource.hxx" -#include "frm_resource.hrc" +#include "strings.hrc" #include <tools/time.hxx> #include <tools/date.hxx> #include <com/sun/star/util/Time.hpp> diff --git a/forms/source/component/Filter.cxx b/forms/source/component/Filter.cxx index 96225e6cba06..eee60278e94f 100644 --- a/forms/source/component/Filter.cxx +++ b/forms/source/component/Filter.cxx @@ -19,7 +19,7 @@ #include "Filter.hxx" #include "FormComponent.hxx" -#include "frm_resource.hrc" +#include "strings.hrc" #include "frm_resource.hxx" #include "property.hrc" #include "property.hxx" diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index 296b06ca3d68..fae24966a626 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -18,7 +18,7 @@ */ #include "componenttools.hxx" #include "FormComponent.hxx" -#include "frm_resource.hrc" +#include "strings.hrc" #include "frm_resource.hxx" #include "property.hrc" #include "services.hxx" diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx index 096b2bcf9351..cbae77c3211c 100644 --- a/forms/source/component/FormattedField.cxx +++ b/forms/source/component/FormattedField.cxx @@ -21,7 +21,7 @@ #include "property.hrc" #include "property.hxx" #include "frm_resource.hxx" -#include "frm_resource.hrc" +#include "strings.hrc" #include "propertybaghelper.hxx" #include <comphelper/sequence.hxx> #include <comphelper/numbers.hxx> diff --git a/forms/source/component/ImageControl.cxx b/forms/source/component/ImageControl.cxx index 33e66450f2f7..c72c211ce2b0 100644 --- a/forms/source/component/ImageControl.cxx +++ b/forms/source/component/ImageControl.cxx @@ -20,7 +20,7 @@ #include "ImageControl.hxx" #include "property.hrc" -#include "frm_resource.hrc" +#include "strings.hrc" #include "frm_resource.hxx" #include "services.hxx" #include "componenttools.hxx" diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index dd53979ebbc1..7d1f39ca8e14 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -24,7 +24,7 @@ #include "property.hrc" #include "services.hxx" #include "frm_resource.hxx" -#include "frm_resource.hrc" +#include "strings.hrc" #include "BaseListBox.hxx" #include "listenercontainers.hxx" #include "componenttools.hxx" |