summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:42:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:42:56 +0000
commita33a653af575e1a7672a4ac6b85fc5438fec9a62 (patch)
tree839da637db9dbf1390087add8ee66967990ef0a7 /svx/source/dialog
parent12172c6da9638cdf8da06f02a9c6c9e88ca71101 (diff)
INTEGRATION: CWS vgbugs07 (1.6.50); FILE MERGED
2007/06/04 13:26:28 vg 1.6.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/strarray.cxx10
-rw-r--r--svx/source/dialog/swframeposstrings.cxx8
2 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/dialog/strarray.cxx b/svx/source/dialog/strarray.cxx
index 929bd1d0d583..1fb0ef2e7be4 100644
--- a/svx/source/dialog/strarray.cxx
+++ b/svx/source/dialog/strarray.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: strarray.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 07:43:39 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:41:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,9 +42,9 @@
// include ---------------------------------------------------------------
-#include "dialogs.hrc" // -> RID_SVXSTR_LANGUAGE_TABLE
-#include "dialmgr.hxx"
-#include "strarray.hxx"
+#include <svx/dialogs.hrc> // -> RID_SVXSTR_LANGUAGE_TABLE
+#include <svx/dialmgr.hxx>
+#include <svx/strarray.hxx>
//------------------------------------------------------------------------
diff --git a/svx/source/dialog/swframeposstrings.cxx b/svx/source/dialog/swframeposstrings.cxx
index 3d24582db87e..dd21200472e7 100644
--- a/svx/source/dialog/swframeposstrings.cxx
+++ b/svx/source/dialog/swframeposstrings.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: swframeposstrings.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 07:43:51 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:42:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -46,9 +46,9 @@
#include <tools/debug.hxx>
#endif
#ifndef _SVX_DIALMGR_HXX
-#include <dialmgr.hxx>
+#include <svx/dialmgr.hxx>
#endif
-#include <dialogs.hrc>
+#include <svx/dialogs.hrc>
class SvxSwFramePosString_Impl : public Resource
{